NewWallets, tokens, NFTs, and vaults are live. RPC nodes coming soon.

See the stack →

Vaults

Use vaults for deposit, yield, and withdrawal workflows that sit behind scoped wallet and token operations.

What vaults do

Vaults are the product layer for deposit, yield, withdrawal, and treasury-style flows. Use them when your product needs programmable positions that still respect wallet ownership, scoped access, and auditability.

When to use vaults

  • Let users or workspaces deposit assets into a managed strategy.
  • Build treasury, reward distribution, or savings-style flows.
  • Pair vault actions with wallets and tokens under one API key.
  • Expose narrow vault actions to agents without broad wallet authority.

Build path

  1. Start with Quickstart and choose the vault-related scopes needed by the workflow.
  2. Pair with Wallets and Tokens when vault positions depend on user accounts and assets.
  3. Use MCP for agent-hosted vault actions.
  4. Browse API references for the generated public service contracts available in the current catalog.

References