> For the complete documentation index, see [llms.txt](https://taskoncommunitys-organization.gitbook.io/taskon-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taskoncommunitys-organization.gitbook.io/taskon-help-center/trade/yield.md).

# Yield

Added internal yield farming/liquidity mining within the platform to help users grow their wealth.

Trade is also a newly launched section. By aggregating decentralized, non-custodial liquidity protocols, users can participate as suppliers or borrowers to earn interest yield. Suppliers provide liquidity to the market and earn interest, while borrowers can obtain liquidity by providing collateral that exceeds the loan amount.

<figure><img src="/files/9ASqE8ulCFma8LIc59iz" alt=""><figcaption></figcaption></figure>

Users can click on "Details" to learn more by reviewing information such as Market, Chain, Pool, TVL, and APY. For example, we click on the first one: Aave V3 on Ethereum - Stake USDT.

<figure><img src="/files/4GzgTGMuxfDPwO25k5J0" alt=""><figcaption></figcaption></figure>

In the "Assets to invest" section on the right, you can select specific tokens to operate with; for example, we click on the first one, 0xBTC, for stablecoin yield farming.

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

In the Market section, you can select specific Markets and their corresponding Assets, as well as view the APY (Annual Percentage Yield).

<figure><img src="/files/1gEqSLIIThNtkytmjlcG" alt=""><figcaption></figcaption></figure>


---

# 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://taskoncommunitys-organization.gitbook.io/taskon-help-center/trade/yield.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.
