> For the complete documentation index, see [llms.txt](https://faq.tonation.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.tonation.me/en/for-streamers/what-to-do-with-cryptocurrency/how-to-maximize-your-cryptocurrency-income.md).

# How to maximize your cryptocurrency income

If you want to not just store crypto but also earn extra income, there are proven ways to do so.

***

#### Staking through Tonstakers&#x20;

Staking is a passive way of earning money where you get paid to keep your network running.

**Steps:**

1. Go to the [Tonstakers](https://tonstakers.com/) website.
2. Connect your TON wallet.
3. Choose a validator from the available list.
4. Delegate your TON tokens to the pool.
5. Receive a percentage of the total profit.
   * Remuneration is accrued on a regular basis.
   * Your funds remain under your control, you can withdraw them at any time.

***

#### 2. Adding liquidity through Ston.fi&#x20;

[Ston.fi](https://ston.fi/) allows you to earn money by providing liquidity for trades and get a share of the commissions.

**Steps:**

1. Log in to the [Ston.fi](https://ston.fi/) platform.
2. Connect your wallet.
3. Select a liquidity pool (for example, TON/USDT).
4. Add your tokens to the pool.
5. Earn commissions from trades.
   * Your income depends on the volume of trades and the size of the pool.

***

#### Conclusion&#x20;

* Staking is suitable for those who want a stable passive income without the need for active participation.
* Adding liquidity is beneficial for those who are ready to work with DeFi platforms and get more profit from trading.


---

# 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, and the optional `goal` query parameter:

```
GET https://faq.tonation.me/en/for-streamers/what-to-do-with-cryptocurrency/how-to-maximize-your-cryptocurrency-income.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
