> For the complete documentation index, see [llms.txt](https://docs.akronswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akronswap.com/introduction/lp-source-of-loss.md).

# LP: Source of Loss

Please bear in mind the risks, including but not limited to the following risks, when you are providing liquidity on Akronswap. We really care about your risks and that is why this sections precedes the [Source of Return](/introduction/lp-source-of-return.md) section.

* Loss of funds from loss-versus-rebalancing (LVR)

{% embed url="<https://a16zcrypto.com/posts/article/lvr-quantifying-the-cost-of-providing-liquidity-to-automated-market-makers/>" %}

* Loss of funds from Smart Contract Vulnerability

{% embed url="<https://oxor.io/blog/2023-12-11-cracks-in-the-code-understanding-the-vulnerabilities-of-amm-protocols/>" %}

* Loss of funds from Frontend Vulnerabilities

{% embed url="<https://massalabs.medium.com/front-end-attacks-in-web3-causes-impact-and-lessons-learned-f73d2751e953>" %}


---

# 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.akronswap.com/introduction/lp-source-of-loss.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.
