> For the complete documentation index, see [llms.txt](https://docs.thefiva.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thefiva.com/fiva-strategies/basic-strategies/yield-farming-with-yt.md).

# Yield Farming with YT

When you buy YT tokens, you are purchasing the future yield generated by the underlying protocol. For example, let’s say you buy 1000 YT tsTON tokens, and the APY of tsTON is 4%. Over one year, you would earn 40 TON in yield (1000 TON \* 4% APY).

The yield you earn can be claimed directly from your dashboard on the FIVA protocol. Unlike PT, you don’t have to wait until the end of the year to claim your YT.

Here’s another scenario: If you decide to sell your YT tokens after 6 months, and the market rate remains at 4% APY, you will have already earned half of the 40 TON (20 TON). You can claim the 20 TON and then sell the YT tokens for another 20 TON. This way, you effectively earn the full 40 TON yield but split the timing of your returns.

The buyer who purchases your YT tokens will then receive the remaining 20 TON by holding the YT tokens until maturity. Once maturity is reached, the YT token will no longer generate yield, and its value will drop to zero.

**Key Takeaway:**

* YT tokens allow you to buy and sell future yield, but they lose value as they approach maturity because they no longer generate yield after that point.


---

# 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://docs.thefiva.com/fiva-strategies/basic-strategies/yield-farming-with-yt.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.
