> For the complete documentation index, see [llms.txt](https://syrup.gitbook.io/syrup/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://syrup.gitbook.io/syrup/about-syrup/pendle-integration.md).

# Pendle Integration

We’re excited to present our integration with [Pendle](https://app.pendle.finance/trade/points/0x373dc7be84fadebc2e879c98289fc662c6985946), enabling advanced yield opportunities and streamlined reward management for our users.

### How It Works

1. **USDC Yield and Rewards Tracking**
   * Pendle allows users to tokenize and trade the yield from assets, making it simple to track and claim rewards.
   * For Syrup users:
     * **USDC Yield** is claimable directly on Pendle.
     * **Drips Rewards** earned from your activity are displayed and claimable within Syrup.fi.
2. **Drips Allocation**
   * Syrup checks Pendle rewards and ensures users’ earned Drips are up-to-date and accurate.
   * Drips are allocated based on activity in Pendle. Pendle deposits automatically earn a 3x Drips boost, equivalent to a 6-month commitment.
   * If you’d like to dive deeper into Pendle's features and how they work, check out their official documentation [here](https://docs.pendle.finance/home?utm_source=landing\&utm_medium=landing) or contact their team for further assistance.

### Notes for Users

We’ve designed this integration to be as seamless as possible, but it’s worth noting that:

* **Claim Timing**: Claiming USDC yield on Pendle will differ from claiming Drips on Syrup.fi. Ensure you’re checking both platforms for the latest updates on your rewards.
* **Feedback and Support**: If you have any questions or run into issues, feel free to contact us or Pendle for clarification. While we aim to address concerns promptly, we encourage you to first review the Pendle documentation for answers to common questions.

### Why This Matters

This integration unlocks new possibilities for managing your yield and rewards, offering:

* Enhanced liquidity options via Pendle.
* The ability to optimize your strategy across two robust platforms.

Let us know if you have any feedback or suggestions. We're committed to making your experience with Syrup and Pendle the best it can be!


---

# 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://syrup.gitbook.io/syrup/about-syrup/pendle-integration.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.
