# Sumero

## Sumero

- [Introducing Sumero](https://docs.sumero.finance/master.md): What is Sumero?
- [Getting Started](https://docs.sumero.finance/welcome/getting-started.md): Overview
- [Synthetic Asset Positions Dashboard](https://docs.sumero.finance/using-sumero/synthetic-asset-positions-dashboard.md): Overview of Dashboard
- [Approved Synthetic Assets](https://docs.sumero.finance/using-sumero/approved-synthetic-assets.md)
- [NLHPI](https://docs.sumero.finance/using-sumero/approved-synthetic-assets/nlhpi.md): Netherlands House Price Index
- [VT](https://docs.sumero.finance/using-sumero/approved-synthetic-assets/vt.md): Vanguard Total World Stock ETF
- [USCPI](https://docs.sumero.finance/using-sumero/approved-synthetic-assets/uscpi.md): U.S. Consumer Price Index
- [Liquidity Provision](https://docs.sumero.finance/using-sumero/liquidity-provision.md): What is Liquidity Provision?
- [Liquidity Pools](https://docs.sumero.finance/using-sumero/liquidity-provision/liquidity-pools.md): What is a liquidity pool?
- [LP Tokens](https://docs.sumero.finance/using-sumero/liquidity-provision/lp-tokens.md): What are LP tokens?
- [Providing Liquidity](https://docs.sumero.finance/using-sumero/liquidity-provision/providing-liquidity.md): How to provide liquidity on Sumero
- [Withdrawing Liquidity](https://docs.sumero.finance/using-sumero/liquidity-provision/withdrawing-liquidity.md): How to remove liquidity from Sumero
- [Pool Fee Distribution](https://docs.sumero.finance/using-sumero/liquidity-provision/pool-fee-distribution.md): How are pool trading fees distributed amongst liquidity providers?
- [Risks](https://docs.sumero.finance/using-sumero/liquidity-provision/risks.md): Risks associated with liquidity provision
- [Staking ](https://docs.sumero.finance/using-sumero/staking.md): What is Staking?
- [Liquidity Mining](https://docs.sumero.finance/using-sumero/staking/liquidity-mining.md): What is liquidity mining?
- [Staking LP Tokens](https://docs.sumero.finance/using-sumero/staking/staking-lp-tokens.md)
- [Unstaking LP Tokens](https://docs.sumero.finance/using-sumero/staking/unstaking-lp-tokens.md)
- [Claiming Rewards](https://docs.sumero.finance/using-sumero/staking/claiming-rewards.md)
- [zClay Bonds](https://docs.sumero.finance/using-sumero/zclay-bonds.md): What are zClay bonds?
- [Lending Clay](https://docs.sumero.finance/using-sumero/zclay-bonds/lending-clay.md)
- [Bond Maturation Schedule](https://docs.sumero.finance/using-sumero/zclay-bonds/bond-maturation-schedule.md)
- [Claim Bonds](https://docs.sumero.finance/using-sumero/zclay-bonds/claim-bonds.md)
- [FAQ Sections](https://docs.sumero.finance/frequently-asked-questions/faq-sections.md): Frequently Asked Questions
- [About Sumero Protocol & Global Access Labs](https://docs.sumero.finance/frequently-asked-questions/faq-sections/about-sumero-protocol-and-global-access-labs.md)
- [Trading ](https://docs.sumero.finance/frequently-asked-questions/faq-sections/trading.md)
- [Fees](https://docs.sumero.finance/frequently-asked-questions/faq-sections/fees.md): Overview of Sumero Protocol Fees
- [Collateral](https://docs.sumero.finance/frequently-asked-questions/faq-sections/collateral.md)
- [Liquidity Provision](https://docs.sumero.finance/frequently-asked-questions/faq-sections/liquidity-provision.md)
- [Oracles](https://docs.sumero.finance/frequently-asked-questions/faq-sections/oracles.md)
- [Clay](https://docs.sumero.finance/frequently-asked-questions/faq-sections/clay.md)
- [zClay Bonds](https://docs.sumero.finance/frequently-asked-questions/faq-sections/zclay-bonds.md)
- [cSynths (Synthetic Assets) ](https://docs.sumero.finance/frequently-asked-questions/faq-sections/csynths-synthetic-assets.md)
- [Clay Token](https://docs.sumero.finance/tokenomics/tokenomics.md): Overview
- [Buying Clay](https://docs.sumero.finance/tokenomics/tokenomics/buying-clay.md)
- [Selling Clay](https://docs.sumero.finance/tokenomics/tokenomics/selling-clay.md)
- [Clay Issuance Schedule](https://docs.sumero.finance/tokenomics/tokenomics/clay-issuance-schedule.md)
- [The Sumero Ecosystem](https://docs.sumero.finance/overview/the-sumero-ecosystem.md): Protocol, Interface, Labs
- [Technical Overview](https://docs.sumero.finance/overview/technical-overview.md): How does the Sumero protocol work?
- [Expiring Multi Party](https://docs.sumero.finance/overview/technical-overview/expiring-multi-party.md): What is an EMP contract?
- [Priceless Position Manager](https://docs.sumero.finance/overview/technical-overview/priceless-position-manager.md)
- [Liquidatable ](https://docs.sumero.finance/overview/technical-overview/liquidatable.md)
- [Optimistic Oracle](https://docs.sumero.finance/overview/technical-overview/optimistic-oracle.md)
- [Fees](https://docs.sumero.finance/overview/technical-overview/fees.md): Sumero Protocol Fees
- [Addresses](https://docs.sumero.finance/contracts/addresses.md): List of all the smart contracts that comprise the Sumero protocol.
- [Audits](https://docs.sumero.finance/security/audits.md): List of all smart contract audits performed to date
- [Network Information](https://docs.sumero.finance/resources/network-information.md)
- [Glossary of Terms](https://docs.sumero.finance/resources/untitled-1.md): Description of key terminology
- [About The Team](https://docs.sumero.finance/resources/about-the-team.md): Information About The Sumero Finance Team
- [Additional Links](https://docs.sumero.finance/resources/additional-links.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.sumero.finance/master.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.
