# Vaulkyrie ## Docs - [On-chain Core](https://docs.vaulkyrie.xyz/architecture/onchain-core.md): The vaulkyrie-core account model, instruction model, and state transitions. - [Security Model](https://docs.vaulkyrie.xyz/architecture/security-model.md): What Vaulkyrie protects, what it does not protect, and how each wallet mode changes the trust boundary. - [System Architecture](https://docs.vaulkyrie.xyz/architecture/system-architecture.md): The runtime architecture behind Threshold Vaults, PQC Wallets, Privacy Vaults, and the relay server. - [Vaulkyrie](https://docs.vaulkyrie.xyz/index.md): A Solana wallet suite for threshold custody, private transfers, and post-quantum-oriented wallet control. - [Codebase Map](https://docs.vaulkyrie.xyz/overview/codebase-map.md): How the browser wallet, relay server, Rust SDK, CLI, and Solana program fit together. - [Setup](https://docs.vaulkyrie.xyz/overview/setup.md): Commands for building and verifying Vaulkyrie from source. - [FROST Deep Dive](https://docs.vaulkyrie.xyz/protocols/frost.md): How FROST works and how Vaulkyrie maps it into browser and Rust code. - [MPC, TSS, and DKG](https://docs.vaulkyrie.xyz/protocols/mpc-tss-dkg.md): The custody concepts behind Vaulkyrie's Threshold Vault. - [Umbra Integration](https://docs.vaulkyrie.xyz/protocols/umbra.md): How Vaulkyrie references Umbra at a high level. - [Winternitz Deep Dive](https://docs.vaulkyrie.xyz/protocols/winternitz.md): The hash-based one-time signature model behind Vaulkyrie's PQC Wallet. - [Browser Extension](https://docs.vaulkyrie.xyz/reference/browser-extension.md): The browser wallet runtime, approval flow, account modes, and signing helpers. - [Readiness](https://docs.vaulkyrie.xyz/reference/readiness.md): Current readiness assessment from the active source code. - [Relay Server](https://docs.vaulkyrie.xyz/reference/relay-server.md): WebSocket ceremony coordination, server cosigner support, and PQC sponsorship. - [Rust SDK and CLI](https://docs.vaulkyrie.xyz/reference/rust-sdk-cli.md): What is implemented in the Rust SDK and CLI, with realistic readiness notes. - [TypeScript SDK](https://docs.vaulkyrie.xyz/reference/typescript-sdk.md): The browser SDK package path and what remains before public npm release. - [PQC Wallet](https://docs.vaulkyrie.xyz/wallet-modes/pqc-wallet.md): Vaulkyrie's Winternitz one-time signature wallet mode. - [Privacy Vault](https://docs.vaulkyrie.xyz/wallet-modes/privacy-vault.md): Vaulkyrie's privacy-focused wallet mode powered by an Umbra integration. - [Threshold Vault](https://docs.vaulkyrie.xyz/wallet-modes/threshold-vault.md): How Vaulkyrie uses FROST DKG and threshold signing for shared Solana wallet custody. ## OpenAPI Specs - [openapi](https://docs.vaulkyrie.xyz/api-reference/openapi.json) ## Optional - [Website](https://www.vaulkyrie.xyz/) - [GitHub](https://github.com/Vaulkyrie) - [X](https://x.com/vaulkyrie_hq)