> For the complete documentation index, see [llms.txt](https://naviprotocol.gitbook.io/navi-protocol-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://naviprotocol.gitbook.io/navi-protocol-docs/campaign-detail/navi-pro.md).

# NAVI Pro

### User Leveling System

NAVI Pro introduces a unique user-leveling system. Put simply, levels are proportional to users' positions in NAVI Protocol and their general participation in the ecosystem.&#x20;

&#x20;Each level will grant access to different extensions and advanced features within NAVI Pro.

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

**Users of different levels will have different extended functions.The following is an introduction from low to high level**

#### Liquidation forecast ( V1 Member)

Visually display the liquidation value of the user's current positions, the distance from the current amount to liquidation, and the allowable range of total token value fluctuations.

Additionally, calculate when the tokens in the user's account will be liquidated if their value rises (or falls) to the threshold based on the current Supply/Borrow data.

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

#### Reward Auto compound ( V2 Member)

Users can directly stake the rewards they receive into the corresponding token pool.

<div align="left"><figure><img src="/files/XzJsrxS8rGclBQQT3TTz" alt="" width="476"><figcaption></figcaption></figure></div>

#### Strategies ( V3/4 Member)

By interacting across different protocols to achieve asset recycling and maximize returns, Strategy will help users achieve high yields with one-click interactions, eliminating the need to switch between multiple platforms.

Three types of strategies will be launched in the first phase： Advanced LST Strategy、Liquidity pool Strategy、Collaboration Strategy

Advanced LST Strategy： Maximize returns by staking Sui tokens and re-supplying liquid staking Sui through a looping strategy

Liquidity pool Strategy： Earn extra yields by borrowing and providing liquidity to DEXes.

Collaboration Strategy： Earn extra yields by borrowing from NAVI and participating in partner protocols.

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

#### Additional Features

In the portfolio dashboard, we no longer need to switch and stake token pools one by one. Now we support one-click staking.

<div align="left"><figure><img src="/files/BaH3h8fRJlTJDPApsO5h" alt="" width="348"><figcaption></figcaption></figure></div>

NAVI PRO's new features will continue to be updated, so stay tuned.


---

# 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://naviprotocol.gitbook.io/navi-protocol-docs/campaign-detail/navi-pro.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.
