# Funding Locks (Makers)

## Funding a LONG Lock

As a maker, you supply an NFT and earn up to 389% APY. Makers immediately receive their yield when the lock is purchased, and at the end of the 7 days, receive:

* SOL if it goes <mark style="color:green;">above</mark> the set price.
* SOL if the taker <mark style="color:red;">exercises</mark> the lock and buys the NFT for the lock price.
* The NFT back if it goes <mark style="color:red;">below</mark> the set price.

{% hint style="warning" %}
By funding a LONG Lock, you are risking losing your NFT. Be sure that you are willing to sell your NFT at the lock price!
{% endhint %}

<figure><img src="/files/ynNmYvyDqKMNZXuIRodP" alt=""><figcaption><p>Funding a Buy Lock with NFT</p></figcaption></figure>

{% hint style="info" %}
Tensor charges 25% fees of the upfront payment (the yield).
{% endhint %}

{% hint style="success" %}
The lock duration may end earlier if the lock is exercised before the 7 days is up.
{% endhint %}

<figure><img src="/files/qAf4dWB2q2tm8CbmzR8f" alt=""><figcaption><p>Note that the taker has the option of buying your locked NFT for the locked price, regardless of the collection's bid floor.</p></figcaption></figure>

### Why Fund LONG Locks?

You can **earn yield** on NFTs you are passively holding.

### Example

You fund a LONG lock with your Tensorian at 100 SOL (expiring 7 days later)

* Scenario A: Your lock is purchased and you immediately gain <mark style="color:green;">2.23 SOL</mark> yield (post fees). Tensorians' bid floor goes to 105 SOL and the purchaser exercises the lock within the 7 day duration: you gain <mark style="color:green;">100 SOL</mark>. You gain a total of <mark style="color:green;">102.23 SOL</mark> for your Tensorian.
* Scenario B: Your lock is purchased and you immediately gain <mark style="color:green;">2.23 SOL</mark> yield (post fees). Tensorians' bid floor goes to 95 SOL and the lock expires after 7 days: you gain back your NFT. Net profit of <mark style="color:green;">2.23 SOL</mark>.
* Scenario C: Your lock is purchased and you immediately gain <mark style="color:green;">2.23 SOL</mark> yield (post fees). The taker exercises their right to buy your Tensorian for 100 SOL. You gain a total of <mark style="color:green;">102.23 SOL</mark> for your Tensorian.
* Scenario D: Your lock isn’t purchased by anyone and stays there until you remove it.

<figure><img src="/files/7e20gWAPI5TzNoSdwr03" alt=""><figcaption><p>Scenario A</p></figcaption></figure>

<figure><img src="/files/MF3Vo49Q7nGQG39yG3Mf" alt=""><figcaption><p>Scenario B</p></figcaption></figure>

## Funding a SHORT Lock

Maker supplies SOL for a SHORT Lock at a chosen price in a similar way to NFT lending. Maker immediately earns yield when the lock is purchased, and after 7 days, receives:

* SOL if it goes <mark style="color:green;">above</mark> the set price.
* An NFT if it goes <mark style="color:red;">below</mark> the set price.&#x20;
* An NFT if the taker <mark style="color:red;">exercises</mark> the lock by providing any NFT from the collection, regardless of price.

{% hint style="warning" %}
By funding a SHORT Lock, you may receive an NFT back instead of SOL, regardless of the collection's floor price. Be sure that you are willing to buy an NFT for the lock price!
{% endhint %}

<figure><img src="/files/n4yuUvPFhCqa5JkpB6lB" alt=""><figcaption><p>Funding a Sell Lock with SOL</p></figcaption></figure>

{% hint style="info" %}
Tensor charges 25% fees of the upfront payment (the yield).
{% endhint %}

{% hint style="success" %}
The lock duration may end earlier if the lock is exercised before the 7 days is up.
{% endhint %}

<figure><img src="/files/hzvetGJsJ369pvMcJmSo" alt=""><figcaption><p>Note that the taker has the option to sell you an NFT from the shorted collection for the lock price, regardless of its floor price.</p></figcaption></figure>

### Why Fund SHORT Locks?

You can earn yield on SOL similar to NFT lending. Another way of purchasing your desired collection while **earning yield more efficiently** than lending since the <mark style="color:green;">**interest is paid upfront**</mark>!

### Example

You fund a SHORT lock at 100 SOL (expiring in 7 days)

* Scenario A: Your lock is purchased and you immediately gain <mark style="color:green;">2.23 SOL</mark> yield (post fees). Tensorians' floor price (post fees/royalties) goes to 105 SOL for the 7 day duration, the lock is not in profit and expires: you gain your <mark style="color:yellow;">100 SOL</mark> back. Net profit of <mark style="color:green;">2.23 SOL</mark>.
* Scenario B: Your lock is purchased and you immediately gain <mark style="color:green;">2.23 SOL</mark> yield (post fees). Tensorians' floor price (post fees/royalties) goes to 95 SOL and the lock is exercised. You pay <mark style="color:red;">100 SOL</mark> (97.77 net) for a <mark style="color:green;">Tensorian</mark>.
* Scenario C: Your lock is purchased and you immediately gain <mark style="color:green;">2.23 SOL</mark> yield (post fees). Regardless of Tensorians' floor price, the taker may exercise the lock by supplying any Tensorian NFT. You pay <mark style="color:red;">100 SOL</mark> (97.77 net) for a <mark style="color:green;">Tensorian</mark>.
* Scenario D: Your lock isn’t purchased by anyone and stays there until you remove it.

<figure><img src="/files/m8EdArO0PBwOIf7cmLmE" alt=""><figcaption><p>Scenario A</p></figcaption></figure>

<figure><img src="/files/TQ0wnzpbRWxR3zU5JMAY" alt=""><figcaption><p>Scenario B</p></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.tensor.trade/trade/price-lock/funding-locks-makers.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.
