# Buy / Sell Limits

{% hint style="danger" %}
PLEASE READ BELOW ON THE ABILITY FOR THE NIL CONTRACT TO SET LIMITS FOR TRANSACTIONS. THESE LIMITS ARE DETERMINED BY AN ALGORITHM TO PREVENT EXCESSIVE SELLING FROM ONE WALLET AND OR BOT/CONTRACT. &#x20;
{% endhint %}

In order to ensure the health of the token and ability to protect holders of NIL, our contract implemented a buy/sell limit value. This value is determined by the following factors:

* Price fluctuation within a 72 hour period of time.
* Protecting from Bot / Snipe arbitrage wallets over buying/selling in short period of time.
* The average volume per day.

### Current Limits on Uniswap

{% hint style="success" %}

### Current Limit for Sell/Transfer is 100,000,000 NIL.  No limit on Buys. \*\*

{% endhint %}

NOTE: This value can be updated based on the above criteria at a minimum of every 24 hours.

\*\* The limits may change based on the health of the token. All changes will be posted her.

### Current Limits on MyDoorWallet.com

{% hint style="success" %}

### The Transfer limit is 100,000,000 NIL. No buy limit. On initial Buy there are no gas fees or 15% tax on [MDW](https://mydoorwallet.cm).

{% endhint %}

### Why set transaction limits for NIL?

In the first 180 days of any new token, the price can be extremely volatile due to early buyers who take advantage of price fluctuation. Limiting the amount per transaction is meant to protect current holders from traders taking advantage of these price swings maliciously causing the price of the token to drop significantly. NIL is a utility token and meant to be used for rewarding Athlete Influencers for their Name, Image & Likeness. This is the first or foremost priority of all decisions made regarding the NIL Contract and Token.


---

# 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://doortoken.gitbook.io/nil-help/nil-contract/buy-sell-limits.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.
