# Early Withdrawal Requests

## Summary

Lenders are permitted to request early termination of their loan(s) anytime after loan commencement and up to two (2) business days before the Loan Maturity Date. Loans can be terminated early in part or in whole.&#x20;

Upon receipt of a valid Early Withdrawal Request, the Borrower will liquidate the loan collateral proportionate to the amount of the loan to be terminated and deliver back to the Lender USDC equal to the net sale proceeds of the underlying collateral less an Early Withdrawal Request Fee, including principal and interest accrued to date.&#x20;

## Early Withdrawal Request

An **Early Withdrawal Request** is a request from the Lender to the Borrower to terminate all or part of a Loan prior to the applicable Loan Maturity Date.&#x20;

{% hint style="info" %}
The minimum amount for an early withdrawal request is 100,000 USDC.&#x20;
{% endhint %}

## Making an Early Withdrawal Request

An Early Withdrawal Request can be made by

1. The Lender clicks “Withdraw Early” in the OpenTrade application
2. The Lender inputs the amount of vault tokens corresponding to the percentage of the Loan that they’d like to terminate&#x20;
3. The Lender approves the transaction from their whitelisted wallet.
4. The Borrower will receive the early withdrawal request and begin processing it
5. Once processed, the Early Withdrawal Amount will be automatically sent directly back to your white-listed wallet.&#x20;

{% hint style="info" %}
Partial termination of a Loan via Early Withdrawal Request can be exercised on more than one occasion for the same loan. Different Early Withdrawal Processing Periods will run sequentially and not simultaneously.
{% endhint %}

### Video Demonstration - Making an Early Withdrawal Request

{% embed url="<https://www.youtube.com/watch?v=3mLGIpsNHRc>" %}

## Early Withdrawal Processing Period

Receipt of a valid Early Withdrawal Request from a Lender will result in the sale of relevant loan collateral and the Lender(s) will can withdraw USDC equal to Early Withdrawal Amount on or before Close of Business on the Business Day after the completion of the **Early Withdrawal Processing Period.**

The **Early Withdrawal Processing Period** is the number of business days required to process an early withdrawal request, including the liquidation of the relevant loan collateral, conversion of USD into USDC, and delivery of USDC back to the Vault at which stage it can be withdrawn by the Lender by redeeming Vault Tokens.&#x20;

{% hint style="info" %}
The Early Withdrawal Processing Period for the Treasury Management & Yield Product is currently up two (2) business days but most are repaid much sooner.&#x20;
{% endhint %}

Following the Early Withdrawal Processing Period, the Borrower will repay the loan by transferring the Early Withdrawal Amount less the Early Withdrawal Request Fee in USDC into the vault, which can then be withdrawn by the Lender.&#x20;

## Early Withdrawal Amount

The **Early Withdrawal Amount** is the amount of USDC equal in value to the Net Sale Proceeds of the amount of Collateral corresponding to the proportion of the Loan which the Lender has requested to terminate early via an Early Withdrawal Request.&#x20;

The Loan Amount will be adjusted to reflect the Net Sale Proceeds, which means the actual sale proceeds of the Collateral which is disposed of in order to transfer an Early Withdrawal Repayment Amount to the Lender

## Early Withdrawal Request Fee

Early Withdrawals are subject to an **Early Withdrawal Request Fee**, a fee equal to the amount of the Loan to be terminated multiplied by the **Early Withdrawal Request Fee Percentage** set out in the Loan Confirmation. This fee will be deducted from the amount of the Loan to be terminated and paid to the Platform Provider.&#x20;

The Early Withdrawal Request Fee covers the costs of liquidating the collateral, including brokerage and fiat conversion fees.

## Example of an Early Withdrawal&#x20;

Loan Parameters:

* **Principal Amount:** 25,000 USDC
* **Tenor:** 28 Days
* **Confirmed Loan Fee Rate:** 12.00% APR
* **Early Withdrawal Fee:** 0.10%&#x20;
* **Exchange Rate at Start:** 1.00000 USDC / Vault Token
* **Exchange Rate at Maturity:** 1.00933  USDC / Vault Token

1. The lender makes an early withdrawal request for 25,000 vault tokens, which is equal to 25,000 USDC in loan principal. This is calculated by multiplying the Early Withdrawal Request Amount by the Exchange Rate at Start. &#x20;

<table><thead><tr><th width="321">Early Withdrawal Request Amount </th><th width="195.33333333333331">Principal Amount </th><th>Value if Held to Maturity </th></tr></thead><tbody><tr><td>25,000 Vault Tokens</td><td>25,000 USDC</td><td>25233.33333</td></tr></tbody></table>

2. The early withdrawal fee is multiplied by principal amount to be terminated early to calculate the Early Withdrawal Fee.&#x20;
3. The amount of collateral corresponding to the principal amount to be terminated is liquidated.
4. The Borrower receives the net sale proceeds in USD. &#x20;
5. The early withdrawal fee is deducted from the net sale proceeds of the collateral to arrive at the Early Withdrawal Request Amount by the Exchange Rate at the start of the loan.&#x20;

<table><thead><tr><th width="209.33333333333331">2. Early Withdrawal Request Fee</th><th width="158">3. Collateral Sold</th><th width="171">4. Net Sale Proceeds</th><th>5. Early Withdrawal Amount</th></tr></thead><tbody><tr><td>25.00 USDC</td><td>$25,000</td><td>$25,000</td><td>$24,975</td></tr></tbody></table>

6. The Borrower converts USD to USDC and repays the Early Withdrawal Amount in USDC.&#x20;
7. On or before the Close of Business on the Business Day after the completion of the Early Withdrawal Processing Period, the Early Withdrawal Amount can be withdrawn by redeeming the corresponding amount of vault tokens.&#x20;

| 7a. Vault Tokens Redeemed | 7b. USDC Withdrawn |
| ------------------------- | ------------------ |
| 25,000                    | 24,975             |


---

# 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.opentrade.io/stablecoin-yield/stablecoin-yield-vaults/fixed-term-us-treasury-bill-vaults/early-withdrawal-requests.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.
