> For the complete documentation index, see [llms.txt](https://tutorials.ts.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.ts.finance/how-to-use-term-structure/borrow-lend/lend.md).

# Lend

## Step 1&#x20;

Click 'Borrow / Lend' at the top of the page to get started. Users will be directed to a new page where they can select each token to view the accepted collateral and the latest interest rates matched in the market.

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

## Step 2&#x20;

Click "Lend" to proceed. Specify the minimum acceptable interest rate and the amount of tokens to lend.&#x20;

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

Check the details before submitting the order.

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

Please sign the transaction to proceed. If the transaction is successful, a message saying "Auction lend request sent" will appear at the bottom right of the page. v

Please note that if users have an insufficient balance or haven’t made a deposit yet, they’ll need to do so before placing orders. In this case, follow the steps below. For non-PT tokens, simply approve the deposit limit and make the deposit. For PT tokens, approve the deposit limit first, then wrap the tokens.&#x20;

<figure><img src="/files/APH7V3mj7Zk8SkOxOowL" alt=""><figcaption><p>For Non-PT Tokens</p></figcaption></figure>

<figure><img src="/files/UFyOmKuoggUXVTUwiJAF" alt=""><figcaption><p>For PT Tokens </p></figcaption></figure>

## Step 3&#x20;

View the order history at the bottom of the page.&#x20;

If the status shows "running," it means the order is still being processed. Notice that if the order were partially matched, it would still be marked as "running" and would continue to participate in the next round of auction.&#x20;

If the status shows "completed," that means the order has been successfully matched. However, if the status shows "rejected," that means the order was not placed. Users may consider placing the order again.&#x20;

If needed, users can also cancel their orders.&#x20;

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

## Transaction Status&#x20;

Please use the "Explorer" function, which can be found under "More," to check each transaction's status.&#x20;

The sequencer in zkTrue-up collects users’ transactions, batches them, and sends them to Ethereu&#x6D;**.** Therefore, users will need to **wait for a specific period of time** before they can observe their actions being reflected in the protocol. It is important to note that this number may be adjusted to accommodate various circumstances upon the launch of the mainnet.

To learn more about the rollup services and how transactions are handled and settled, please refer to the doc at <https://docs.ts.finance/architecture/rollup-services>


---

# 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:

```
GET https://tutorials.ts.finance/how-to-use-term-structure/borrow-lend/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.
