> For the complete documentation index, see [llms.txt](https://whitepaper.tacostudios.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.tacostudios.io/defi/taco-swap/nft-rewards.md).

# NFT Rewards

<figure><img src="/files/gFxt4msYihCAdcTEtYsS" alt=""><figcaption><p>Text and figures are placeholders</p></figcaption></figure>

[NFT Rewards](https://swap.tacocrypto.io/nft) are rewards added to Liquidity Pools. Users can provide liquidity and get the chance of winning NFTs every day.

Winners are selected based on their total share of the liquidity pool, based on this scheme:&#x20;

{% hint style="success" %}
*Pool Share \* 10,000 = Number of Entries*

The entries count only for the liquidity pool in which the user has provided liquidity
{% endhint %}

{% hint style="info" %}
By clicking on Details, users have the chance to see all the NFTs provided
{% endhint %}

{% hint style="success" %}
A Liquidity Pool can have both M.E.A.L. and NFT Rewards.
{% endhint %}

<figure><img src="/files/WliETmvOWVXPQWyVBKPx" alt=""><figcaption><p>MEAL page. When a MEAL has also NFT Rewards you will see <span data-gb-custom-inline data-tag="emoji" data-code="1f381">🎁</span> icon in the Daily Rewards section. Text and figures are placeholders.</p></figcaption></figure>

## Providing Liquidity

Users can provide liquidity to have chances of winning NFT rewards based on their pool share: this action can be done both in the Liquidity or the NFTs sections of the Taco Swap.

It's worth noting that by providing the token pair, users contribute to the total liquidity of the specific pool.

Users are able to withdraw their tokens anytime, with no added fees.

{% hint style="warning" %}
Providing liquidity has risks to be aware of. The main risk of using Liquidity Pools is Impermanent Loss.

[Get to know more about Impermanent Loss here.](https://academy.binance.com/en/articles/impermanent-loss-explained?ref=JLI1VBLA\&utm_source=BinanceTwitter\&utm_medium=GlobalSocial\&utm_campaign=GlobalSocial)
{% endhint %}

## How to Set Up NFT Rewards

This feature is only for projects, get to know more on the [Projects Account section](broken://pages/RhXUCpoE26e8dpOToDN7)

* Go to the projects dashboard <https://swap.tacocrypto.io/settings/nft-rewards>
* Login with the account which own the token(s)
* Once logged in, you will be able to see the Liquidity Pools linked to your token/s. If you don't see them there are two possibilities: 1) There are no existing Liquidity Pools with your tokens and you have to create one here <https://swap.tacocrypto.io/liquidity> 2) The account is not linked to the token/s
* Choose one of the existing Liquidity Pools and click on Manage Rewards
* Click on +Add Rewards and transfer the *total* amount of NFTs you want to give as reward to swap.taco with the required Memo
* Click on Manage, insert the *daily* amount of NFTs you want to give as reward and Save. **Now the NFT rewards are live and visible.** In this panel you will also be able to deposit more NFTs.
* Click on Manage to edit rewards anytime

{% hint style="info" %}
Up to two different NFT rewards supplies can be created for the same Liquidity Pool, one for each of the liquidity pool tokens. Only the owner of the token smart contract can manage the supply.

Example: WOMBAT/TLM pool NFT Rewards

NFT Supply 1 can be managed by wombattokens contract owner

NFT Supply 2 can be managed by alien.worlds contract owner

A third supply can be created by Taco team during special events.
{% endhint %}

<figure><img src="/files/JDpMXjKECxAW8i85Psru" alt=""><figcaption><p>Text and figures are placeholders</p></figcaption></figure>

## Advertising for Web3 Projects

NFT Rewards are a fantastic opportunity to advertise your Web3 projects.

By distributing NFT Rewards, projects allow more and more users to provide liquidity for their tokens and get to know their ecosystem.

NFT Rewards are also a great way to stabilize tokens in addition to rewarding users.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.tacostudios.io/defi/taco-swap/nft-rewards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
