# FAQs

- [Is Baryon safe? Has Baryon been audited?](https://docs.baryon.network/product/faqs/is-baryon-safe.md)
- [Why did my transaction fail?](https://docs.baryon.network/product/faqs/why-did-my-transaction-fail.md)
- [What is the difference between APY and APR?](https://docs.baryon.network/product/faqs/difference-apy-and-apr.md)
- [How to resolve the "No wallet" error when connecting wallet to Baryon Network](https://docs.baryon.network/product/faqs/resolve-no-wallet-error-when-connecting.md)
- [What are liquidity provider tokens?](https://docs.baryon.network/product/faqs/liquidity-provider-tokens.md)
- [When will you open more pools?](https://docs.baryon.network/product/faqs/when-will-you-open-more-pools.md)
- [What wallets can I use with Baryon? How do I connect my wallet to Baryon?](https://docs.baryon.network/product/faqs/connect-wallet-to-baryon.md): You can connect Baryon Network to Coin98, Metamask, or Ancient8
- [My LP tokens aren’t showing up on the site or in my wallet?](https://docs.baryon.network/product/faqs/lp-tokens-not-shown.md)
- [Can I use Baryon on my phone?](https://docs.baryon.network/product/faqs/baryon-on-phone.md)
- [What is price impact?](https://docs.baryon.network/product/faqs/what-is-price-impact.md)
- [What is slippage tolerance? How can I adjust it when swapping?](https://docs.baryon.network/product/faqs/slippage-tolerance.md)
- [Are there any fees associated with the BaryonFarm?](https://docs.baryon.network/product/faqs/fees-on-baryonfarm.md)
- [What fees do I pay when I exchange tokens?](https://docs.baryon.network/product/faqs/fees-of-exchange.md)
- [How to calculate and distribute the reward on BaryonFarm?](https://docs.baryon.network/product/faqs/calculate-and-distribute-reward-on-baryonfarm.md)
- [Can I withdraw my liquidity anytime?](https://docs.baryon.network/product/faqs/withdrawal-of-liquidity-at-anytime.md)
- [Where can I check Baryon Analytics?](https://docs.baryon.network/product/faqs/check-baryon-analytics.md)
- [I can't find an answer for my question. Where do I find an answer?](https://docs.baryon.network/product/faqs/cannot-find-answer.md)
- [How could I report a bug?](https://docs.baryon.network/product/faqs/report-bug.md)


---

# 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.baryon.network/product/faqs.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.
