# Poison.Finance

## Poison.Finance

- [Introduction](https://docs.poison.finance/introduction.md): Welcome to the Poison Finance Docs
- [Mission](https://docs.poison.finance/mission.md): Our mission is simple - to Poison finance in the best way possible!
- [User Roles](https://docs.poison.finance/user-roles.md): While you can find these roles in Discord as well, they primarily describe how users interact with the protocol.
- [FAQ](https://docs.poison.finance/faq.md): Get your poisonous questions answered here.
- [How to Use](https://docs.poison.finance/protocol/how-to-use.md)
- [Synthetic Potions](https://docs.poison.finance/protocol/synthetic-potions.md): Synthetic Potions are ERC-20 standard tokens that track the prices of real stocks, commodities, ETFs, and other assets.
- [Potion Peg](https://docs.poison.finance/protocol/potion-peg.md)
- [Poison Token (POI$ON)](https://docs.poison.finance/protocol/poison-token-poiusdon.md)
- [Tokenomics](https://docs.poison.finance/protocol/tokenomics.md)
- [Multichain Access](https://docs.poison.finance/protocol/multichain-access.md)
- [Contract List](https://docs.poison.finance/smart-contracts/contract-list.md): This page contains any and all contract address in the Poison Finance ecosystem.
- [Potion Vault](https://docs.poison.finance/smart-contracts/potion-vault.md): The Potion Vault contract is the heart of Poison Finance - allowing users to mint new pTokens.
- [Information and Social Links](https://docs.poison.finance/appendix/information-and-social-links.md)
- [Supported Collateral Tokens](https://docs.poison.finance/appendix/supported-collateral-tokens.md): This page shows all of the currently supported collateral tokens for Vaults on various chains.
- [Public and Private Sale Info](https://docs.poison.finance/appendix/public-and-private-sale-info.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.poison.finance/introduction.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.
