> For the complete documentation index, see [llms.txt](https://docs.convergent.so/convergent/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convergent.so/convergent/convergent-protocol-v1/overview.md).

# Overview

<img src="/files/jSxw3qXdCEzuT9STsSY4" alt="" class="gitbook-drawing">

## What can you do on Convergent?

1. **USV Borrower:** As a borrower, you can use your SOL to borrow USV with a high loan-to-value ratio and 0% interest rate. This allows you to long SOL and earn staking + MEV yield while keeping your USV for further investment.&#x20;
2. **Nexus Provider:** By staking USV in the Nexus, providers can earn a proportional share of liquidated collateral and early adopter rewards. By doing so, you are helping to maintain the system's solvency and ensuring the USV supply remains backed.&#x20;
3. **CVGT Stakers:** On a pro-rata basis, CVGT stakers are eligible to capture a portion of protocol revenue. This is a great way to earn rewards while supporting the growth of the Convergent ecosystem.&#x20;
4. **USV Redeemer:** Any users can redeem USV for collateral at face value to maintain USV price floor at $1 through direct arbitrage when USV is trading below $1. This creates a hard price floor to stabilize the USV value and maintain its peg.


---

# 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.convergent.so/convergent/convergent-protocol-v1/overview.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.
