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

# Server wallets

> Backend-owned wallets your code creates and signs for, authenticated with an API token instead of a user.

**Definition:** Server wallets are wallets your backend creates and controls. You authenticate with an API token. No Dynamic user is involved; your code signs with MPC key shares. Wallets belong to your developer account.

**Use this when**

* The wallet acts on its own behalf, not as a Dynamic user.
* Flows are fully automated: bots, scheduled tasks, pipelines, or AI agents.
* You need to provision many wallets programmatically.

<Card title="Agents" href="/docs/agents/overview">
  How server wallets compare to agent wallets and delegated access, the other two patterns for giving AI agents a wallet.
</Card>

## SDK support

<div className="flex flex-wrap items-center gap-2 my-4 text-sm">
  <span className="inline-flex items-center gap-2 whitespace-nowrap rounded-md px-2.5 py-1.5 bg-gray-100 dark:bg-white/[0.04] ring-1 ring-gray-300 dark:ring-white/10"><img src="https://mintcdn.com/dynamic-docs-testing/p5WK-MuiM9G2AoW9/assets/images/sdks/node.svg?fit=max&auto=format&n=p5WK-MuiM9G2AoW9&q=85&s=16f8140f26f963a84ba990f8657220ef" alt="" className="size-5 !m-0 inline-block align-middle" width="24" height="24" data-path="assets/images/sdks/node.svg" /> Node</span>
  <span className="inline-flex items-center gap-2 whitespace-nowrap rounded-md px-2.5 py-1.5 bg-gray-100 dark:bg-white/[0.04] ring-1 ring-gray-300 dark:ring-white/10"><img src="https://mintcdn.com/dynamic-docs-testing/p5WK-MuiM9G2AoW9/assets/images/sdks/python.svg?fit=max&auto=format&n=p5WK-MuiM9G2AoW9&q=85&s=e4e96b31384e6cbb3380425fb462b58e" alt="" className="size-5 !m-0 inline-block align-middle" width="24" height="24" data-path="assets/images/sdks/python.svg" /> Python</span>
  <span className="inline-flex items-center gap-2 whitespace-nowrap rounded-md px-2.5 py-1.5 bg-gray-100 dark:bg-white/[0.04] ring-1 ring-gray-300 dark:ring-white/10"><img src="https://mintcdn.com/dynamic-docs-testing/p5WK-MuiM9G2AoW9/assets/images/sdks/rust.svg?fit=max&auto=format&n=p5WK-MuiM9G2AoW9&q=85&s=d99941edd2805bf5c38d13c7eef382b1" alt="" className="size-5 !m-0 inline-block align-middle" width="24" height="24" data-path="assets/images/sdks/rust.svg" /> Rust</span>
  <span className="inline-flex items-center gap-2 whitespace-nowrap rounded-md px-2.5 py-1.5 bg-gray-100 dark:bg-white/[0.04] opacity-60"><img src="https://mintcdn.com/dynamic-docs-testing/p5WK-MuiM9G2AoW9/assets/images/sdks/go.svg?fit=max&auto=format&n=p5WK-MuiM9G2AoW9&q=85&s=0091b43159f05eb4333fdf684b50feca" alt="" className="size-5 !m-0 inline-block align-middle" width="24" height="24" data-path="assets/images/sdks/go.svg" /> Go · Soon</span>
  <span className="inline-flex items-center gap-2 whitespace-nowrap rounded-md px-2.5 py-1.5 bg-gray-100 dark:bg-white/[0.04] ring-1 ring-gray-300 dark:ring-white/10"><img src="https://mintcdn.com/dynamic-docs-testing/p5WK-MuiM9G2AoW9/assets/images/sdks/java.svg?fit=max&auto=format&n=p5WK-MuiM9G2AoW9&q=85&s=d5013413c68913b9f728174a0cbae0cc" alt="" className="size-5 !m-0 inline-block align-middle" width="24" height="24" data-path="assets/images/sdks/java.svg" /> Java</span>
  <span className="inline-flex items-center gap-2 whitespace-nowrap rounded-md px-2.5 py-1.5 bg-gray-100 dark:bg-white/[0.04] opacity-60"><img src="https://mintcdn.com/dynamic-docs-testing/p5WK-MuiM9G2AoW9/assets/images/sdks/ruby.svg?fit=max&auto=format&n=p5WK-MuiM9G2AoW9&q=85&s=e34bb95869e85fda391c9c9a72b97de3" alt="" className="size-5 !m-0 inline-block align-middle" width="24" height="24" data-path="assets/images/sdks/ruby.svg" /> Ruby · Soon</span>
</div>

<CardGroup cols={2}>
  <Card title="Node" icon="node" href="/docs/node/wallets/server-wallets/overview">
    Create wallets, sign transactions, and manage key shares from your backend.
  </Card>

  <Card title="Python" icon="python" href="/docs/python/quickstart">
    Server-side MPC wallets on EVM and Solana.
  </Card>

  <Card title="Rust" icon="rust" href="/docs/rust/quickstart">
    Server-side MPC wallets (beta).
  </Card>

  <Card title="Java" icon="java" href="/docs/java/quickstart">
    Server-side MPC wallets (beta).
  </Card>
</CardGroup>
