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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://developers.fireblocks.com/feedback

```json
{
  "path": "/docs/introduction",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Fireblocks Developer Docs

Welcome to the Fireblocks Developer Portal. Whether you're building a crypto exchange, a DeFi application, or an embedded wallet experience, you'll find everything you need to integrate Fireblocks into your product.

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/docs/quickstart">
    Connect your AI agent, set up your API key, and make your first call with the SDK or CLI.
  </Card>

  <Card title="API Reference" icon="code" href="/reference/api-overview">
    Explore all Fireblocks REST API endpoints with interactive examples and code snippets.
  </Card>

  <Card title="What Is Fireblocks?" icon="shield-check" href="/docs/what-is-fireblocks">
    Understand the platform architecture, security model, and core concepts.
  </Card>

  <Card title="SDKs & Dev Tools" icon="wrench" href="/reference/typescript-sdk">
    Official SDKs for TypeScript, Python, and Java, Fireblocks CLI plus Postman collections and dev tooling.
  </Card>
</CardGroup>

## Explore by Use Case

Choose the integration pattern that matches what you're building.

<CardGroup cols={2}>
  <Card title="Wallet as a Service" icon="wallet" href="/docs/wallet-as-a-service">
    Embed non-custodial wallets into your application with Fireblocks MPC technology.
  </Card>

  <Card title="Treasury Management" icon="building-columns" href="/docs/treasury-management">
    Manage institutional digital asset operations across exchanges, DeFi, and staking.
  </Card>

  <Card title="Tokenization" icon="coins" href="/docs/tokenization">
    Issue, manage, and distribute digital tokens using smart contract templates.
  </Card>

  <Card title="Self-Custody Infrastructure" icon="lock" href="/docs/self-custody-infrastructure">
    Build self-custody solutions with enterprise-grade MPC key management.
  </Card>
</CardGroup>

## Platform Overview

Fireblocks provides a unified platform for building on blockchain with enterprise-grade security.

## Key Capabilities

<CardGroup cols={3}>
  <Card title="Vault Accounts" icon="vault" href="/docs/overview">
    Create and manage direct custody wallets for secure asset storage.
  </Card>

  <Card title="Transactions" icon="arrow-right-arrow-left" href="/reference/create-transactions">
    Transfer, swap, and manage digital assets across blockchains.
  </Card>

  <Card title="Webhooks" icon="bell" href="/reference/webhooks-overview">
    React to real-time events like deposits, withdrawals, and status changes.
  </Card>

  <Card title="Smart Contracts" icon="file-contract" href="/docs/interact-with-smart-contracts">
    Deploy and interact with smart contracts across EVM and non-EVM chains.
  </Card>

  <Card title="Staking" icon="layer-group" href="/docs/stake-assets">
    Stake assets and manage validator operations programmatically.
  </Card>

  <Card title="Compliance" icon="scale-balanced" href="/docs/define-aml-policies">
    Integrate AML screening and travel rule compliance into your workflows.
  </Card>
</CardGroup>

## Start Building

<Steps>
  <Step title="Connect your AI agent">
    Install the [Fireblocks Documentation MCP](/docs/quickstart) first so Cursor, Claude Code, Codex, or any other agent can read these docs while you build — and so your implementation stays grounded in the canonical documentation even when you're not using an agent.
  </Step>

  <Step title="Get a Sandbox Account">
    [Sign up for a free Fireblocks sandbox](https://www.fireblocks.com/developer-sandbox-sign-up) to get API access and test credentials.
  </Step>

  <Step title="Set Up Authentication">
    [Generate a CSR and API key](/docs/manage-api-keys) to authenticate your API requests using JWT signing.
  </Step>

  <Step title="Choose your track">
    Install an [SDK](/reference/typescript-sdk) for application code, or the [Fireblocks CLI](/docs/fireblocks-cli) for fast workspace operations and agent workflows. [Getting Started](/docs/quickstart) covers both.
  </Step>

  <Step title="Follow a Guide">
    Walk through our guides to [create wallets](/reference/create-vault-account), [send transactions](/reference/create-transactions), or [set up webhooks](/reference/webhooks-overview).
  </Step>
</Steps>
