# TLDR: How to Win

## Funding rate speculators

1. Deposit Collateral
2. Open a position
   1. Long YU if you think: average funding rate > current implied APR
   2. Short YU if you think: average funding rate < current implied APR
3. Watch your position's health factor and make sure you don’t get liquidated!

## YU traders

1. Deposit Collateral
2. Open a position
   1. If you think implied APR is going up (buy low sell high) → Long YU
   2. If you think implied APR is going down (short a falling price) → Short YU
3. Watch your position's health factor and make sure you don’t get liquidated!


---

# 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://pendle.gitbook.io/boros/the-basics/tldr-how-to-win.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.
