# Buying a Lock (Takers)

## Locking a Buy Price (Go Long)

By paying as little as a 3% one-time fee upfront you lock in a buy price for an NFT for 7 days.

{% hint style="warning" %}
Some collections will have higher fees.
{% endhint %}

<figure><img src="/files/LpyHSufdtN8iNVC1ShEQ" alt=""><figcaption><p>Purchasing a Buy Lock</p></figcaption></figure>

Your marked buy price determines the profit you will make from this purchase, if the NFT moves <mark style="color:green;">above</mark> the locked price and the lock is exercised, you make the difference. Or you can pay the full cost of your locked price to buy the NFT.

If instead the price goes <mark style="color:red;">down</mark>, you don’t gain anything - only losing the initial fee.

{% hint style="info" %}
You can exercise your lock in profit at any point during the 7 day duration.&#x20;
{% endhint %}

<figure><img src="/files/IDRdd3O67mhU4gwlKYqk" alt=""><figcaption><p>You also have the option of buying paying the lock price to buy the NFT, regardless of the bid or floor price.</p></figcaption></figure>

### Why Purchase Buy Locks?

It is **more capital efficient** - rather than paying the full cost of the NFT, you pay a small fee to get long exposure to the NFT collection.

### Example

You pay <mark style="color:red;">3.45 SOL</mark> to lock a buy price of 100 SOL for a Tensorian (expires in 7 days)

* Scenario A: Tensorians' bid floor goes to 105 SOL. You exercised the lock and gain <mark style="color:yellow;">5 sol</mark>. Your net profit is <mark style="color:green;">1.55 SOL</mark>.
* Scenario B: Tensorians' bid floor goes to 95 SOL and stays there for 7 days. You gain nothing with a net loss of <mark style="color:red;">3.45 SOL</mark>.

{% hint style="info" %}
The bid floor is after fees + royalties.
{% endhint %}

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

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

## Locking a Sell Price (Go Short)

By paying as little as 3% one-time fee upfront you are given the right to mark a sell price for an NFT. There are two ways you can exercise the lock:

1\) If the lock is in profit, you can use the take profit function, which captures the difference between the lock price and the collection's floor price.&#x20;

2\) Regardless of the collection's floor price, you have the option of selling any NFT from the same collection to the funder for the lock price.&#x20;

{% hint style="warning" %}
Some collections will have higher fees.
{% endhint %}

<figure><img src="/files/y2gTH5jZ7P77ttawcqWb" alt=""><figcaption><p>Purchasing a Sell Lock</p></figcaption></figure>

Your marked sell price determines the profit you will make from this purchase, if the NFT moves <mark style="color:green;">below</mark> the locked price and the lock is exercised, you make the difference.

If instead the price goes <mark style="color:red;">up</mark>, you don’t gain anything - only losing the initial fee.

{% hint style="warning" %}
If your lock is in profit, it will try to auto-exercise 1 hours before expiry. However, there is no guarantee that this will happen 100% of the time. It is recommended you exercise your lock.
{% endhint %}

<figure><img src="/files/xIUNke8SX1sstxWnQN9J" alt=""><figcaption><p>You can also exercise the short by providing any NFT from the shorted collection, in exchange for the lock price.</p></figcaption></figure>

### Why Purchase Sell Locks?

Purchasing a Sell Lock is the only way to **hedge downside for an NFT** - predicting and benefiting the downward movement of a collection without having to physically borrow an NFT over-the-counter.

### Example

You pay <mark style="color:red;">3.45 SOL</mark> to lock a sell price of 100 SOL for Tensorian (expires in 7 days)

* Scenario A: Tensorians' floor price goes to 105 SOL and stays there for the 7 days duration. You gain nothing with a net loss of <mark style="color:red;">3.45 SOL</mark>.
* Scenario B: Tensorians' floor price goes to 95 SOL. You exercised the lock and gain <mark style="color:yellow;">5 sol</mark>. Your net profit is <mark style="color:green;">1.55 SOL</mark>.
* Scenario C: Regardless of Tensorians' floor price, you exercise the lock by providing any Tensorians NFT. You receive a net of <mark style="color:green;">96.55 SOL</mark> in return for your Tensorian.&#x20;

{% hint style="info" %}
The floor price is after fees/royalties.
{% endhint %}

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

<figure><img src="/files/QN28hmC8Au4enBLQ2AZn" 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/buying-a-lock-takers.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.
