# Lending & Borrowing

{% embed url="<https://www.youtube.com/watch?t=1s&v=Nxgpfq_s4Fs>" %}

The money-market platform is the core infrastructure of the Sendit protocol, enabling users to lend and borrow tokens in isolated markets. The design ensures robust functionality for both lenders and borrowers, while mitigating the risks typically associated with money markets. <br>

* **Permissionless borrowing against your favourite tokens**\
  Any SPL token can be used as collateral to borrow against. If there is no market for your SPL token yet, just easily create one.
* **Deeper liquidity for any SPL token**\
  Secondary liquidity for your SPL tokens besides the main AMM LP pools. Use loans as part of trade execution.
* **Long-only borrowing**\
  Only SPL tokens can be used as collateral in order to borrow SOL. SOL cannot be used to borrow SPL tokens. No bears, no shorts and sell pressure.
* **Highest-in-class yield for lenders**\
  Sendit features three unique yield incentive mechanisms to generate unmatched SOL supply yields for lenders.

<figure><img src="/files/LR8brimSeLgTWCtAZxSe" alt=""><figcaption></figcaption></figure>


---

# 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.sendit.fun/protocol/editor.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.
