> For the complete documentation index, see [llms.txt](https://protonterminal.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://protonterminal.gitbook.io/docs/introduction.md).

# Introduction

Crypto has come a long way, but UX has lagged significantly. Jumping through hoops—just to do something simple, like rebalancing your portfolio, scheduling a transaction, or setting up a conditional swap, you’re often stuck writing custom scripts or bouncing between half-broken dashboards. On top of that, you constantly have to switch chains, juggle RPC endpoints, reconnect wallets, and remember which tool does what. It’s clunky, error-prone, and honestly, just not how this space should work in 2025. This isn’t how we onboard the next billion users.

Proton Terminal is built on a simple idea: what if you could just *ask*? Whether it's “rebalance my portfolio evenly across ETH, SOL, and BTC,” or “bridge $1k to Solana and stake it,” Proton understands your intention, plans the steps, and executes—all in one place. No switching chains, no context loss, no babysitting transactions.

Powered by a system of custom-built specialized LLM agents that collaborate to interpret, plan, and act, ProtonTerminal translates natural language into precise crypto operations. It feels less like using software, and more like talking to an on-chain operator who just gets it.

We believe interacting with crypto shouldn’t feel like debugging code. It should feel like telling someone what you want—and watching it happen. That’s what ProtonTerminal aims to do.


---

# 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 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://protonterminal.gitbook.io/docs/introduction.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.
