# Documentation Summary

Welcome to the official technical documentation for the Dexponent Protocol, a modular and strategy-driven framework for unlocking yield from DeFi, liquid staking, and real-world assets. This documentation provides everything you need to understand, integrate, and build on Dexponent.

## 1. [Understanding Dexponent](https://docs.dexponent.com/understanding-dexponent)

An introduction to what Dexponent is, its mission, and how it empowers DeFi strategy automation.

## 2. [Getting Started](https://docs.dexponent.com/getting-started)

Prepare your environment and tools to interact with Dexponent.

* **2.1 Connecting Your Wallet**
* **2.2 Installing DXP-CLI**
* **2.3 Setting Up Environment**

## 3. [Stakeholders Guide](https://docs.dexponent.com/stakeholders-guide)

Understand your role and contribution to the Dexponent ecosystem.

* **3.1.** [**Liquidity Providers**](https://docs.dexponent.com/stakeholders-guide/liquidity-providers)
* **3.2** [**Farm Owners**](https://docs.dexponent.com/stakeholders-guide/farm-owners-guide)
* **3.3** [**Yield Yoda’s**](https://docs.dexponent.com/stakeholders-guide/yield-yodas)

## 4. [Protocol Overview](#id-4.-protocol-overview)

* **4.1** [**Root Farm Strategy**](https://docs.dexponent.com/protocol-overview/root-farm-strategy)\
  Deep dive into how modular Root Farms work and power complex strategies.

## 5. Example Strategies

Explore real-world DeFi strategies deployed using Dexponent:

* **5.1** [**Lido stETH Yield Farm**](https://docs.dexponent.com/example-strategies/lido-steth-yield-farm)
* **5.2** [**TAO Top 10 Farm**](https://docs.dexponent.com/example-strategies/tao-top-10-farm)
* **5.3** [**USDC Leverage Lend Aave Farm**](https://docs.dexponent.com/example-strategies/usdc-leverage-lend-aave-farm)
* **5.4** [**$ETH Liquid Staked Lending**](https://docs.dexponent.com/example-strategies/usdeth-liquid-staked-lending)
* **5.5** [**Real‑World Asset Stable Yield Strategy**](https://docs.dexponent.com/example-strategies/real-world-asset-stable-yield-strategy)
* **5.6** [**$MEME Index Stake Farm**](https://docs.dexponent.com/example-strategies/usdmeme-index-stake-farm)
* **5.7** [**$ETH Liquidity Pool Farm**](https://docs.dexponent.com/example-strategies/usdeth-liquidity-pool-farm)
* **5.8** [**TAO-DXP Re-Stake Strategy**](https://docs.dexponent.com/example-strategies/tao-dxp-re-stake-strategy)

## 6.[ Sharpe Consensus](https://docs.dexponent.com/sharpe-consensus)

Dexponent’s native consensus layer for benchmarking and verification.

* **6.1** [**Performance Benchmarking**](https://docs.dexponent.com/sharpe-consensus/performance-benchmarking)
* **6.2** [**Proof of Returns**](https://docs.dexponent.com/sharpe-consensus/proof-of-returns)

## 7. Tokenomics

Technical and economic overview of DXP.

* Claim & Distribution Mechanism
* Emissions & Reward Logic

## 8. [Advanced Features](https://docs.dexponent.com/advanced-features)

* **8.1** [**Cross-Chain Operations**](https://docs.dexponent.com/advanced-features/cross-chain-operations)
* **8.2** [**Integrating with External Protocols**](https://docs.dexponent.com/advanced-features/integrating-with-external-protocols)
* **8.3 Troubleshooting Common Errors**

## 9. [API Reference](https://docs.dexponent.com/api-reference)

Complete guide to Dexponent’s developer and strategy API.

## 10. [Glossary](https://docs.dexponent.com/glossary)

Definitions and explanations of all protocol-specific and DeFi-native terms.


---

# 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.dexponent.com/documentation-summary.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.
