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

# FAQ

<details>

<summary>What is Poison Finance?</summary>

Poison Finance protocol is a system of decentralized, trust-less smart contracts deployed on Arbitrum and Binance Smart Chain.

</details>

<details>

<summary>What are Synthetic Assets (Potions/pTokens)?</summary>

The point of Synthetic Potions is to imitate the value patterns of real-world, exchange-traded, underlying assets like stocks, commodities, and ETFs. Although Potions closely represent the price movements of underlying assets, users are not afforded any rights of the underlying companies, commodities, or ETFs.

</details>

<details>

<summary>Do I have to go through a KYC/AML process?</summary>

Poison Finance protocol is a collection of smart contracts deployed on Arbitrum and Binance Smart Chain and have no owner. All actions are undertaken by the users of the protocol. As long as you have one of the supported tokens to use as collateral in Potion vaults, you are able to perform all functions available on the Poison Finance smart contracts. Please use due diligence and consult your local laws before using this software.&#x20;

</details>

<details>

<summary>How do price feeds get their data?</summary>

Poison Finance uses two primary oracle providers for price feeds - [Chainlink](https://chain.link/) and [Pyth](https://pyth.network/). Price Feeds are aggregated from many data sources by a decentralized set of independent node operators.

</details>

<details>

<summary>Is Poison Finance audited?</summary>

Yes, the primary vault contract has been audited by Solidity Finance. You can read the audit [here](https://solidity.finance/audits/PotionVault/).

</details>

<details>

<summary>Why can't I withdraw, mint, or close my vault?</summary>

pTokens may only be minted and burned during New York Stock Exchange hours (9:30am - 5pm EST). This is to prevent too great of price discrepancy during market close.

</details>


---

# 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.poison.finance/faq.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.
