# Point-Yield Swap

<figure><img src="https://937219469-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh4ZWHCVneRsZMvq7EPYQ%2Fuploads%2Fw7qSsTSpwEbViLJZj3nR%2Fbf951e70-fe9e-456e-bca9-0cf90b8774fe.png?alt=media&#x26;token=c83476db-e503-480c-92a6-6fbc830a7e8c" alt=""><figcaption></figcaption></figure>

Point-Yield Swap allows LPs to access (1) boosted points or (2) boosted yield. A single `Vault` contract houses both liquidity flows.

The vault allows two ways of liquidity provision, denoting LP1 and LP2. LP1 provides liquidity to get boosted points, but forgo the yield. LP2 provides liquidity to get boosted yield, but forgo the points.

LP1 gets a higher point rate, because both LP1 and LP2's principals are at the work, generating points for LP1. Similarly, LP2 gets a higher yield rate, because both LP1 and LP2's principals are generating yield for LP2.


---

# 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://docs.duo.exchange/point-yield-swap.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.
