# Simple Fixed Yield Lending

When you first arrive in Swivel's UI, you can see the top active markets available to lend to, with previews of the current approximate rates and maturity date.

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

Once you have selected a market, the Transaction Preview screen will appear, allowing you to choose the amount to lend. You can enter a specific amount, or click a percentage to lend that portion of your wallet's available balance.

<figure><img src="/files/arnwCBJVlBfD5dn7IZ6e" alt="" width="375"><figcaption></figcaption></figure>

Placing an order automatically mints PTs and YTs for the given market and uses Swivel's order book to sell your YTs for the best market price, depositing the proceeds directly into your wallet.

Once the market matures, your PTs will be redeemable 1:1 for the underlying deposit. Easy!


---

# 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.swivel.finance/swivel-exchange/exchange-functions/simple-fixed-yield-lending.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.
