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

# Products

- [L-1 Streaming Swaps](https://docs.lends.so/products/l-1-streaming-swaps.md)
- [Can I speed up my swap execution?](https://docs.lends.so/products/l-1-streaming-swaps/can-i-speed-up-my-swap-execution.md)
- [Why are Streaming Swaps better than regular swaps?](https://docs.lends.so/products/l-1-streaming-swaps/why-are-streaming-swaps-better-than-regular-swaps.md)
- [THORFi Lending](https://docs.lends.so/products/thorfi-lending.md)
- [What collateral can I use to take out a loan?](https://docs.lends.so/products/thorfi-lending/what-collateral-can-i-use-to-take-out-a-loan.md)
- [Is there unlimited lending capacity?](https://docs.lends.so/products/thorfi-lending/is-there-unlimited-lending-capacity.md)
- [How are stablecoin loans accounted?](https://docs.lends.so/products/thorfi-lending/how-are-stablecoin-loans-accounted.md)
- [THORFi Savers](https://docs.lends.so/products/thorfi-savers.md)
- [Where does the yield come from?](https://docs.lends.so/products/thorfi-savers/where-does-the-yield-come-from.md)
- [Is there any risk of losing my coins?](https://docs.lends.so/products/thorfi-savers/is-there-any-risk-of-losing-my-coins.md)
- [Liquidity](https://docs.lends.so/products/liquidity.md): How to Become a Liquidity Provider on Lends
- [How are fees calculated for liquidity transactions?](https://docs.lends.so/products/liquidity/how-are-fees-calculated-for-liquidity-transactions.md)
- [Impermanent Loss Protection (ILP)?](https://docs.lends.so/products/liquidity/impermanent-loss-protection-ilp.md)
- [Difference between symmetric and asymmetric deposits?](https://docs.lends.so/products/liquidity/difference-between-symmetric-and-asymmetric-deposits.md)
- [P2P Lending](https://docs.lends.so/products/p2p-lending.md)
- [Liquidity Provider](https://docs.lends.so/products/p2p-lending/liquidity-provider.md)
- [Leverage Taker](https://docs.lends.so/products/p2p-lending/leverage-taker.md)
- [Key Features](https://docs.lends.so/products/p2p-lending/key-features.md)
- [Oracle](https://docs.lends.so/products/p2p-lending/oracle.md)
- [Managing Liquidations](https://docs.lends.so/products/p2p-lending/managing-liquidations.md)
- [FAQs](https://docs.lends.so/products/p2p-lending/faqs.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 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.lends.so/products.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.
