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

See the stack →

Wallets

Create embedded wallets, keep signing server-controlled, and connect wallet operations to SDK and API workflows.

What wallets do

Wallets are the account layer for FabricBloc products. Use them when your app needs embedded account creation, server-side policy, balance reads, signing, and agent-safe wallet access without stitching together a separate wallet vendor.

When to use wallets

  • Create user or workspace wallets from your app or backend.
  • Read balances and transaction state before showing product actions.
  • Give an agent a narrow wallet permission instead of broad account access.
  • Pair wallets with tokens, NFTs, or vaults when the product owns the full onchain workflow.

Build path

  1. Start with Quickstart to create a scoped API key.
  2. Use TypeScript SDK, Swift SDK, or Kotlin SDK when wallets are part of an app.
  3. Use MCP when an agent needs wallet actions.
  4. Open the generated Wallet API reference when you need exact REST endpoints, schemas, and responses.

References