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

# PRODUCTS

- [Swaps](https://docs.meshswap.fi/products/swaps.md)
- [Lend](https://docs.meshswap.fi/products/lend.md)
- [How to deposit your assets on Lending pools](https://docs.meshswap.fi/products/lend/how-to-deposit-your-assets-on-lending-pools.md)
- [The Detailed Policy of Lending Pool Deposit](https://docs.meshswap.fi/products/lend/the-detailed-policy-of-lending-pool-deposit.md)
- [Yield Farm](https://docs.meshswap.fi/products/yield-farm.md)
- [How to deposit your assets on Yield Farming pools](https://docs.meshswap.fi/products/yield-farm/how-to-deposit-your-assets-on-yield-farming-pools.md)
- [Leveraged Yield Farm](https://docs.meshswap.fi/products/leveraged-yield-farm.md)
- [How to deposit your assets on Leveraged Yield Farming pools](https://docs.meshswap.fi/products/leveraged-yield-farm/how-to-deposit-your-assets-on-leveraged-yield-farming-pools.md)
- [Detailed Policy of Leverage Farm](https://docs.meshswap.fi/products/leveraged-yield-farm/detailed-policy-of-leverage-farm.md)
- [Long/Short Margin Trading](https://docs.meshswap.fi/products/long-short-margin-trading.md)
- [Open and Close Long/Short Positions](https://docs.meshswap.fi/products/long-short-margin-trading/open-and-close-long-short-positions.md)
- [Open Long Positions](https://docs.meshswap.fi/products/long-short-margin-trading/open-and-close-long-short-positions/open-long-positions.md)
- [Open Short Positions](https://docs.meshswap.fi/products/long-short-margin-trading/open-and-close-long-short-positions/open-short-positions.md)
- [Close Long Positions](https://docs.meshswap.fi/products/long-short-margin-trading/open-and-close-long-short-positions/close-long-positions.md)
- [Close Short Positions](https://docs.meshswap.fi/products/long-short-margin-trading/open-and-close-long-short-positions/close-short-positions.md)
- [Long/Short Margin Trading Details Policy](https://docs.meshswap.fi/products/long-short-margin-trading/long-short-margin-trading-details-policy.md)
- [Interest rate](https://docs.meshswap.fi/products/interest-rate.md)
- [Stake](https://docs.meshswap.fi/products/stake.md)
- [How to stake MESH](https://docs.meshswap.fi/products/stake/how-to-stake-mesh.md)
- [Staking Policy](https://docs.meshswap.fi/products/stake/staking-policy.md)
- [Pool Voting](https://docs.meshswap.fi/products/pool-voting.md)
- [How to participate in Pool Voting with vMESH](https://docs.meshswap.fi/products/pool-voting/how-to-participate-in-pool-voting-with-vmesh.md)
- [Ecopot](https://docs.meshswap.fi/products/ecopot.md)
- [Drops](https://docs.meshswap.fi/products/drops.md)
- [Pool Airdrop](https://docs.meshswap.fi/products/pool-airdrop.md)
- [Governance](https://docs.meshswap.fi/products/governance.md)
- [Governance Voting Policy](https://docs.meshswap.fi/products/governance/governance-voting-policy.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 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.meshswap.fi/products.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.
