> For the complete documentation index, see [llms.txt](https://docs.sega.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sega.so/getting-started/provide-liquidity/lp-faq.md).

# LP FAQ

To help you better understand Liquidity Pools (LP) and how to provide liquidity on SEGA, here are some common questions and answers:

<details>

<summary><strong>What’s APR All About?</strong></summary>

APR (Annual Percentage Rate) on SEGA reflects pool and farm yields, calculated from daily (default), weekly, or monthly performance. These figures are just snapshots—past gains don’t guarantee future wins.

</details>

<details>

<summary><strong>Where Does the Yield Come From?</strong></summary>

SEGA’s yield flows from two main streams:

**--Maker Fees:** Collected from swaps in the pool.&#x20;

\--**Eco Rewards:** Ecosystem partners contribution

</details>

<details>

<summary><strong>Why Provide Liquidity to SEGA AMM Pools?</strong></summary>

Liquidity providers score big:

* **Swap Fees:** Each pool trade takes a 0.25% fee—84% goes back to the pool for LPs, 16% fuels SEGA Ecosystem & protocol.

*New to impermanent loss? Peek at this primer to get the basics*, [reviewing this article](https://blog.bancor.network/beginners-guide-to-getting-rekt-by-impermanent-loss-7c9510cb2f22) for a basic understanding is highly recommended.

</details>

<details>

<summary><strong>What Are LP Tokens?</strong></summary>

LP (Liquidity Provider) tokens are your proof of ownership in a pool. Drop SOL and SEGA into the SOL-SEGA pool, and you’ll snag SOL-SEGA LP tokens, visible in your Sonic SVM wallet.

</details>

<details>

<summary>Why Did My Transaction Fail? </summary>

Common reasons include:

* **Insufficient SOL:** Network fees (gas) require SOL—keep at least 0.05 SOL in your wallet.
* **Slippage Tolerance:** If pool prices shift beyond your set tolerance, the transaction fails. Increase it on the swap interface
* **Pending Approvals:** A “Making Transaction” notice means your SPL wallet needs approval—confirm it promptly.

</details>

<details>

<summary>Your question is not answered in this FAQ? </summary>

Join the SEGA [Discord](https://discord.com/invite/sk8mGwb4A4) or follow us on [X](https://x.com/Sega_so) for 24/7 support. Our community managers are ready to assist!

</details>

<br>


---

# 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:

```
GET https://docs.sega.so/getting-started/provide-liquidity/lp-faq.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.
