# Archer Protocol

## Archer.Bot

- [Archer](https://archer-bot.gitbook.io/archer.bot/readme.md)
- [Overview](https://archer-bot.gitbook.io/archer.bot/readme/overview.md)
- [Web App](https://archer-bot.gitbook.io/archer.bot/readme/web-app.md)
- [Mobile](https://archer-bot.gitbook.io/archer.bot/readme/mobile-app.md)
- [Security](https://archer-bot.gitbook.io/archer.bot/readme/security.md)
- [Create an Account](https://archer-bot.gitbook.io/archer.bot/getting-started/create-an-account.md)
- [Manage Your Wallet](https://archer-bot.gitbook.io/archer.bot/getting-started/manage-your-wallet.md)
- [Fund Your Account](https://archer-bot.gitbook.io/archer.bot/getting-started/fund-your-account.md)
- [Swap Tokens](https://archer-bot.gitbook.io/archer.bot/intents/swap-tokens.md): Swap one token for another on the same chain. EVM via Bungee, Solana via Jupiter. Live quotes, balance checks, and a Confirm/Cancel modal before signing.
- [Bridge](https://archer-bot.gitbook.io/archer.bot/intents/bridge.md): Move tokens from one chain to another, or do a cross-chain swap in a single step. EVM-to-EVM, EVM-to-Solana, and Solana-to-EVM via DeBridge DLN.
- [Send Tokens](https://archer-bot.gitbook.io/archer.bot/intents/send-tokens.md): Transfer tokens to another wallet address on the same chain. Built-in safety checks block accidental sends to contracts and warn on self-sends.
- [Token Lookups](https://archer-bot.gitbook.io/archer.bot/intents/token-lookups.md): Resolve token metadata, fetch live USD prices, and aggregate balances across all your wallets and chains. The read-only foundation under every transaction.
- [Token Safety & Spam Detection](https://archer-bot.gitbook.io/archer.bot/intents/token-safety-and-spam-detection.md): Check whether a token is flagged as spam or potentially a scam. Archer maintains an internal spam database sourced from GoldRush, unresolvable token analysis, and admin reviews.
- [Web Search & Market Research](https://archer-bot.gitbook.io/archer.bot/intents/web-search.md): Live web search for crypto news, market events, regulatory updates, and protocol research. Archer never answers from stale training data on time-sensitive queries.
- [Multi-Step Intents](https://archer-bot.gitbook.io/archer.bot/intents/multi-step-intents.md): Combine multiple operations in a single conversation. Archer executes them sequentially with independent confirmations for each step.
- [Marketplace Intents](https://archer-bot.gitbook.io/archer.bot/intents/marketplace-intents.md): Phase 3 of the Archer roadmap. Developers publish executable strategies (yield optimizers, copy-trade bots, rebalancers) as ranked, discoverable intents that any user or agent can call by handle.
- [Perps](https://archer-bot.gitbook.io/archer.bot/intents/perps.md): Perpetual futures trading via natural language. Open and manage positions on major perps DEXs without leaving the chat. Coming soon.
- [Predictions](https://archer-bot.gitbook.io/archer.bot/intents/predictions.md): Place positions on prediction markets like Polymarket and Kalshi through natural language. Resolve, claim, and track outcomes from the same chat. Coming soon.
- [Quickstart](https://archer-bot.gitbook.io/archer.bot/for-builders/quickstart.md)
- [Developer Portal](https://archer-bot.gitbook.io/archer.bot/for-builders/developer-portal.md)
- [MCP Server](https://archer-bot.gitbook.io/archer.bot/for-builders/overview.md)
- [Client Setup](https://archer-bot.gitbook.io/archer.bot/for-builders/overview/client-setup.md)
- [Tools Reference](https://archer-bot.gitbook.io/archer.bot/for-builders/overview/tools-reference.md)
- [Publishing a Partner Intent](https://archer-bot.gitbook.io/archer.bot/for-builders/publishing-a-partner-intent.md): Publish your MCP server or REST API as a ranked Archer intent. Alice invokes you with \`@YourHandle\`; Archer dispatches a signed envelope to your endpoint; you keep your platform, your data, and your f
- [Partner intent telemetry (V1)](https://archer-bot.gitbook.io/archer.bot/for-builders/partner-intent-telemetry.md): What the developer portal shows for each published agent today — fees, ratings, and ranking — and which database tables back each chart (V1).
- [Partner REST dispatch contracts](https://archer-bot.gitbook.io/archer.bot/for-builders/partner-dispatch-contracts.md): Technical contract for REST partner dispatch — HTTP method, signed envelope, args shapes (structured vs opaque), flat-fee path, and future context payloads.
- [Pricing & Fees](https://archer-bot.gitbook.io/archer.bot/for-builders/pricing.md)
- [Supported Tokens & Networks](https://archer-bot.gitbook.io/archer.bot/reference/supported-tokens-and-networks.md): The chains, native tokens, and stablecoins Archer supports today. Updated as new networks ship.
- [Roles](https://archer-bot.gitbook.io/archer.bot/reference/roles.md): There are multiple kinds of actors within Archer Protocol. This page describes the different ways to interface with Archer and its ecosystem.
- [Common dApp Errors](https://archer-bot.gitbook.io/archer.bot/troubleshooting/common-dapp-errors.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://archer-bot.gitbook.io/archer.bot/readme.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.
