> For the complete documentation index, see [llms.txt](https://docs.lendle.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lendle.xyz/user-guide-for-ui-v1/more.md).

# More

### **Stats**

On the Stats page you'll be able to see:

* The amount of $LEND Locked and/or Staked
* $LEND token info
  * Price
  * Circulating supply
  * Market Cap
* Market Health
  * Total deposits
  * Total borrows
  * Global Health Ratio
  * Total platform fees
* Daily Platform Fees

  * For each day an entry exists displaying the total amount of fees generated
  * A sum of all platform fees generated is displayed at the top<br>

  *Platform fees is a sum of all fees generated on the markets, thus excluding any $LEND*

{% hint style="info" %}
Stats like Market Cap and circulating supply from sites like Dexscreener and Coingecko are **inaccurate,** always refer to the stats page for these metrics for accurate information.
{% endhint %}

### Bridge

On the Bridge page you'll be able to bridge your assets via Squidrouter.&#x20;

### Swap

On the Bridge page you'll be able to swap your assets via Odos.

{% hint style="info" %}
Bridge and Swap are powered by our partners. We are not responsible for third-party protocols.
{% endhint %}


---

# 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:

```
GET https://docs.lendle.xyz/user-guide-for-ui-v1/more.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.
