# Trust Wallet Agent SDK

The Trust Wallet Agent SDK gives developers programmatic access to Trust Wallet's multichain infrastructure — balance queries, token prices, swaps, transaction history, and more — through a CLI and an MCP server for AI agents.

## Install

```bash
npx @trustwallet/cli --version
```

Or install globally: `npm install -g @trustwallet/cli`

## Get started

* [Quickstart](https://developer.trustwallet.com/developer/agent-sdk/quickstart) — install the CLI and make your first request in 5 minutes
* [CLI Reference](https://developer.trustwallet.com/developer/agent-sdk/cli-reference) — all commands, subcommands, and flags
* [Authentication](https://developer.trustwallet.com/developer/agent-sdk/authentication) — API keys and HMAC signing

## Developer portal

Create and manage your API keys at [portal.trustwallet.com](https://portal.trustwallet.com).
