> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vaulkyrie.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Umbra Integration

> How Vaulkyrie references Umbra at a high level.

Vaulkyrie's Privacy Vault mode integrates with Umbra for private transfer workflows. Vaulkyrie does not re-document Umbra's protocol or replace Umbra's SDK documentation.

In Vaulkyrie, Umbra is used as an integration layer for:

* Confidential registration.
* Encrypted balance workflows.
* Private send workflows.
* Incoming transfer scan and claim workflows.

Relevant Vaulkyrie source:

* `src/services/umbra/umbraClient.ts`
* `src/services/umbra/umbraConfig.ts`
* `src/services/umbra/umbraMasterSeedStorage.ts`
* `src/services/umbra/vaulkyrieUmbraSigner.ts`
* `src/components/wallet/PrivacyView.tsx`

For protocol details, use the official Umbra documentation:

<Card title="Umbra documentation" icon="external-link" href="https://sdk.umbraprivacy.com/introduction">
  Read Umbra's official SDK and protocol documentation.
</Card>
