# Trade Debt/Lend

In addition to LP’ing, users can also trade debt. Navigate to this tab from the ‘trade debt’ button on the home page, or by selecting the ‘trade debt’ tab highlighted in the image below.

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

On Covenant, borrowers mint debt and then sell that debt on the market to lenders. In other words, debt has a market price, and buyers (i.e. lenders) of the debt realize interest by price exposure to the token. Passive lenders will buy and hold the debt token, but you can also trade it, speculating on its price, and thus rate.

If the interface reminds you of Uniswap V3, that’s because it is! Covenant has integrated the Uniswap swap widget. Unlike LP’ing, swaps are executed in-app.

\
If you’ve used Uniswap, you already know how to buy debt. If not, just input your desired purchase amount, click ‘Review Swap,’ and execute any prompted permissions. The swap widget defaults to *buying* debt tokens (i.e. lending). If you would like to *sell* debt tokens, click the blue arrows to change the swap order.

<figure><img src="https://lh7-us.googleusercontent.com/GlZ8nX5dF8fxhdaac9g6LNJBrhW8Zfm58_2Y3McwPwq9C7BXD-JAAbv6pV04eirQAcw5ihUBYEENozCQPaT1q1drEp3hvBg5TM-ve3KZ-hn3qD6GtMwjDfVUduxm8eXztvDFYMXs1X8_sCSFwRC-yFw" 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.covenant.finance/deprecated/user-app/trade-debt-lend.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.
