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

# Overview

> Manage MPC accounts, wallets, tokens, and transactions for on-chain treasury operations.

The Treasury API lets you create MPC-secured accounts, provision multi-chain wallets, inspect balances, transfer tokens, and search transaction history.

All endpoints are authenticated with the `x-api-key` header. Read operations require an API key with access level 1 or higher; write operations (create, update, delete, transfer) require access level 2 or higher.

<Note>The minimum deposit amount for Treasury is **1 USD**.</Note>

## Resources

<CardGroup cols={2}>
  <Card title="Accounts" icon="folder" href="/api-reference/treasury/accounts/create-account">
    Create and manage MPC treasury accounts that group your wallets.
  </Card>

  <Card title="Wallets" icon="wallet" href="/api-reference/treasury/wallets/list-wallets">
    Provision blockchain wallets, query balances, and transfer tokens.
  </Card>

  <Card title="Transactions" icon="receipt" href="/api-reference/treasury/transactions/search-transactions">
    Search and paginate treasury movements across wallets.
  </Card>
</CardGroup>
