# Loanz

{% hint style="info" %}
Only [LaunchPass](/litepaper/launchpass.md) members have access to Loanz products.
{% endhint %}

### Highlights

* Everyone is approved
* No application or approval process is required.
* No personal information is collected.
* All loans have a 10% Collateral Deposit fee.

{% hint style="info" %}
Loans are provided in a decentralized manner and controlled by smart contracts on the blockchain.
{% endhint %}

### Collateralized Loans

FanzUp tokens are deposited and held as collateral to secure the principal loan amount. In a case where the borrower doesn’t repay the loan with USDC, the token collateral is liquidated (sold) to cover the Loan Payoff.

**Collateral Value** = FanzUp Token Value - 10% Collateral Deposit Fee

### Loan to Value (LTV)

A high loan-to-value (LTV) of the collateral provided by the borrower can be loaned, making FanzUp's loan program very attractive compared to other permissionless (no application or documentation required) DeFi or TradFi loan programs.

**LTV %** = (Principal Loan Amount / Collateral Value) x 100%

{% hint style="info" %}
The unique price mechanics of FanzUp tokens eliminates the risk of liquidation due to value erosion of the underlying collateral assets.
{% endhint %}

In other DeFi loan protocols, if the asset used for collateral reduces in value, it could trigger a liquidation event. With a FanzUp loan, if the collateral assets increase in price during the term of the loan, the borrower is returned those higher value assets when the loan is repaid.

### How It Works

A borrower selects the loan amount, loan-to-value (LTV) and deposits the required Collateral Value in the form of any FanzUp token. Loan limits and simple interest fees are based on the LaunchPass Level:

<table><thead><tr><th width="135">Launch Pass</th><th width="89">Pass Level</th><th width="141">Max Loan Amount (USDC)</th><th width="115">Collateral Deposit Fee</th><th width="129">Interest-Free Period</th><th width="127">Simple Interest Per Day</th></tr></thead><tbody><tr><td>Inner Circle</td><td>1</td><td>30000</td><td>10%</td><td>14 days</td><td>0.150%</td></tr><tr><td>VIP</td><td>2</td><td>12000</td><td>10%</td><td>13 days</td><td>0.175%</td></tr><tr><td>Die Hard</td><td>3</td><td>4800</td><td>10%</td><td>12 days</td><td>0.195%</td></tr><tr><td>Fanatic</td><td>4</td><td>1920</td><td>10%</td><td>11 days</td><td>0.215%</td></tr><tr><td>Mega Fan</td><td>5</td><td>750</td><td>10%</td><td>10 days</td><td>0.230%</td></tr><tr><td>Super Fan</td><td>6</td><td>300</td><td>10%</td><td>9 days</td><td>0.240%</td></tr><tr><td>Fan</td><td>7</td><td>120</td><td>10%</td><td>8 days</td><td>0.250%</td></tr></tbody></table>

&#x20;Multiple loans can be borrowed, until the total of all loans equals the Max Loan Amount.

### Simple Interest

After the Interest-Free Period ends, simple interest is charged daily on the principal loan amount and added to the Loan Payoff.

**Loan Payoff** = Principal Loan Amount + Simple Interest Fees

{% hint style="info" %}
Loanz products are optimized for use in LaunchPad presale events where the borrower can source capital without selling their FanzUp tokens.
{% endhint %}

### Paying off a Loan

When the Loan Payoff is paid with USDC, the borrower will be returned the Collateral Value of FanzUp tokens deposited as collateral.

{% hint style="info" %}
The Collateral Value will increase if the FanzUp tokens used as collateral increase in price, reducing the risk of liquidation and benefiting the borrower when the loan is paid off.
{% endhint %}

### Loan Liquidation

A liquidation event will occur if the **Collateral Value is less than the Loan Payoff**.

{% hint style="info" %}
A borrower can **prevent liquidation** by adding FanzUp tokens as collateral (increasing the Collateral Value), subject to the 10% Collateral Deposit fee.&#x20;
{% endhint %}

When a loan is liquidated, the collateral will automatically be sold by the smart contracts to satisfy the Loan Payoff.

### Self Liquidation

A borrower may force instant liquidation through the Loanz dashboard at any time.&#x20;

{% hint style="info" %}
Collateral is sold to satisfy the Loan Payoff and any remaining balance of tokens is returned the borrower.
{% endhint %}


---

# 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://fanzup.gitbook.io/litepaper/loanz.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.
