# Getting started

## What you need

* A TON wallet that supports TonConnect — **Tonkeeper**, **MyTonWallet**, **Wallet (Telegram)** all work.
* Some TON for trades + gas. Each buy or sell uses \~0.05–0.2 TON of gas on top of what you spend.

## Connect your wallet

{% stepper %}
{% step %}

#### Open tonton.fun

Open [tonton.fun](https://tonton.fun/).
{% endstep %}

{% step %}

#### Connect your wallet

Click **Connect** in the top-right.
{% endstep %}

{% step %}

#### Approve the connection

Pick your wallet from the modal and approve the connection.

Your wallet address now shows in the header. You can disconnect any time from the same menu.
{% endstep %}
{% endstepper %}

## Your first trade

{% stepper %}
{% step %}

#### Open Markets

Click **Markets** in the nav.
{% endstep %}

{% step %}

#### Pick a token

Pick any token from the **New**, **Bonding**, or **Graduated** columns.
{% endstep %}

{% step %}

#### Enter a buy amount

On the token page, the **Buy** tab is selected by default. Type a TON amount.
{% endstep %}

{% step %}

#### Review the quote

**You receive** shows the estimated tokens you'll get from the bonding curve at current state. **Min @ 5%** shows the floor with default slippage.
{% endstep %}

{% step %}

#### Submit the buy

Hit **Buy \[TOKEN]**. Your wallet pops up. Approve. Sign.
{% endstep %}

{% step %}

#### Wait for confirmation

Within \~10 seconds the page refreshes with your new balance and the trade appears in **Recent trades**.
{% endstep %}
{% endstepper %}

To sell, flip to the **Sell** tab on the same page. The flow is identical — you'll receive TON in return.

## Your portfolio

Click **Portfolio** in the nav (only visible when a wallet is connected) to see:

* **Holdings** — every token you own and its current value in TON.
* **Recent trades** — your last 200 buys / sells, with token, side, amount, and time.
* **Launched** — tokens you've created, with their curve progress or graduation status.

## Other people's profiles

Click any wallet address (in the leaderboard, in a trade row, or as a token's creator) to open `/user/<address>`. Same layout as your portfolio, but for anyone — useful for tracking active traders or top launchers.

## The bottom rail on the homepage

The animated row of tokens at the bottom of the homepage is a live ticker of the top tokens by market cap. Click any card to jump to that token's page.


---

# 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.tonton.fun/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.
