> For the complete documentation index, see [llms.txt](https://altodex.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://altodex.gitbook.io/docs/getting-started/1.1-quickstart-getting-started.md).

# 1.1 Quickstart / Getting Started

<figure><img src="/files/NqlTcQtSbn7ZK73HX0Y1" alt=""><figcaption></figcaption></figure>

### To begin using Alto, follow these steps:

#### Prerequisites

* Install a Web3 wallet such as MetaMask or Rabby.
* Acquire collateral (USDC, ETH, BTC; support for RWAs like gold coming soon).
* Ensure you hold native gas tokens for transactions.

#### Steps

1. **Connect Wallet**: Navigate to the Alto interface and connect your wallet.
2. **Deposit Collateral**: Choose asset type and confirm transaction.
3. **Open Position**: Select a trading pair, decide long/short, set leverage, and execute.
4. **Monitor Trade**: View real-time PnL, margin ratios, and liquidation thresholds.
5. **Close & Withdraw**: Exit trade fully or partially, then withdraw to wallet.

#### First-Time Experience

Alto features guided onboarding with tooltips, highlighting margin ratio indicators, order placement, stop-loss configuration, and liquidation warnings.


---

# 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://altodex.gitbook.io/docs/getting-started/1.1-quickstart-getting-started.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.
