> For the complete documentation index, see [llms.txt](https://docs.linxlabs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linxlabs.org/linx-app/earn.md).

# Earn

#### In the Linx App 'Earn' section you can:

* [Deposit](#deposit-tokens-to-earn)
* [Manage Positions](#your-positions)
* [Withdraw](#withdraw-tokens)

#### Deposit tokens to earn

When you use the menu to go to the 'earn' section, you will see the available pools/markets where you can deposit tokens. Each pool/market has it own deposit token and interest rate you can earn on depositing that token.

**Deposits are free to withdraw whenever you want***\**, there is no locking period and earned interest gets calculated by the second. If you want to read more technical information about interest rates [click here](/lending-technical-documentation/interest-rate.md) and for more information about pools/markets, [click here](/lending-technical-documentation/markets.md).

When you want to make a deposit, you can click 'deposit' which appears if you hover the pool on desktop, or just click the deposit button on mobile.&#x20;

<figure><img src="/files/5uVJLi63FKvBcXFFz4JZ" alt=""><figcaption></figcaption></figure>

A new window will open up where you can set the amount you want to deposit.

If you want more information about the position like the expected interest rate and monthly return you can click 'show details'.

Once you decided how much you want to deposit you can click the 'deposit' button, which will create a transaction you will have to approve in your connected wallet.

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

#### Your positions

Now on the 'Earn' screen when you click 'My Deposits' just above the markets/pools, you can see your current deposit and interest rate. When hovering your position you will see a button to 'Manage Deposit' where you can deposit more or withdraw tokens.

<figure><img src="/files/2wttRFvy40KtUXpHp4Ys" alt=""><figcaption></figcaption></figure>

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

#### Withdraw Tokens

If you click 'Withdraw' a window will open up where you can set the amount you want to withdraw, and if you click 'details' you can see the details on your position. After clicking 'Withdraw' and approving the transaction in your wallet you will receive your withdrawal.

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

*\* There could be the situation where borrowers borrowed all the deposits from a pool, in that case you won't be able to withdraw your deposit until other people deposit more tokens in the pool or until loans get paid back/liquidated.* [*The interest rate model is build in way to balance this and prevent this from happening.*](/lending-technical-documentation/interest-rate.md)


---

# 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://docs.linxlabs.org/linx-app/earn.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.
