# Onboarding

Welcome to Sai! This guide will walk you through the essential steps to start trading.

## Prerequisites

Before you begin, make sure you have:

* A supported wallet (see [Wallet Setup](/guides/wallet-setup.md))
* Collateral tokens (see [Acquiring Collateral](/guides/acquiring-collateral.md))
* Gas tokens for transactions

## Quick Start

1. **Connect Your Wallet** → [Wallet Setup](/guides/wallet-setup.md)
   * Set up your EVM or WasmVM compatible wallet
   * Configure your network for Nibiru
2. **Get Collateral** → [Acquiring Collateral](/guides/acquiring-collateral.md)
   * Learn how to bridge or purchase collateral tokens
   * Understand valid collateral types
3. **Choose a Market** → [Choosing a Market](/guides/choosing-market.md)
   * Explore available trading pairs
   * Understand oracle pricing
4. **Understand Leverage** → [Leverage & Risk Management](https://github.com/NibiruChain/sai-docs/blob/main/trading/leverage-and-liquidations.md)
   * Learn how collateral and leverage work
   * Understand liquidation mechanics

## Need Help?

* Having wallet issues? See [Wallet Setup](/guides/wallet-setup.md)
* Can't bridge assets? Check [Acquiring Collateral](/guides/acquiring-collateral.md)
* Questions about trading? Visit [FAQ](/learn/trading/faq.md)


---

# 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://docs.sai.fun/guides/onboarding.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.
