# 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](/developer/agent-sdk/quickstart.md) — install the CLI and make your first request in 5 minutes
* [CLI Reference](/developer/agent-sdk/cli-reference.md) — all commands, subcommands, and flags
* [Authentication](/developer/agent-sdk/authentication.md) — API keys and HMAC signing
* [Key Management](/developer/agent-sdk/key-management.md) — wallet keys, encryption, and signing permissions

## Developer portal

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.trustwallet.com/developer/agent-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
