> For the complete documentation index, see [llms.txt](https://docs.idle.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idle.finance/governance/idle-staking/prime-staking/examples.md).

# Examples

### Examples

For a matter of clearness, let’s see a practical example with the [Clearpool Yield Tranches on top of the Portofino DAI borrowing pool](https://app.idle.finance/#/earn/yield-tranches/0x38d36353d07cfb92650822d9c31fb4ada1c73d6e) that offers a risk-adjusted opportunity to enter the uncollateralized lending market.&#x20;

* The Junior tranche offers an average gross APY of 16.66%, corresponding to a 14.16% net APY.

{% hint style="info" %}
Please note that the figures reported are as of October 20, 2023, and consider an IDLE price of $0.15.
{% endhint %}

#### **Yield focus**

The table sums up the IDLE needed to access the discount tiers, the corresponding yields generated and the minimum DAI deposit amounts to offset the initial IDLE expenditure in 1, 3 or 6 months using only the yields generated by each tier.

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

#### Discount focus

Alternatively, the focus can shift to the discounts generated. The table sums up the IDLE needed to access the discount tiers, the corresponding yields generated and the minimum deposit amounts to offset the initial IDLE expenditure in 3, 6 months or 1 year using only the discounts applied to each tier.

<figure><img src="/files/kjfrJGtpJchL7oa5yJ6Z" 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://docs.idle.finance/governance/idle-staking/prime-staking/examples.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.
