> For the complete documentation index, see [llms.txt](https://jamonbread-io.gitbook.io/jamonbread/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jamonbread-io.gitbook.io/jamonbread/marketplace/smart-contract/incentive-structure-and-rewards.md).

# Incentive Structure and Rewards

## Shared profits between all participants &#x20;

JamOnBread's smart contract has multiple affiliate levels and dynamically splits transaction fees based on many factors. These factors include the marketplace where the NFT was listed, the marketplace where the sale occurred, and the contributors involved in the NFT sale (link affiliate).

{% hint style="info" %}
Affiliate program will be available to everyone - users, content creators, project founders, tool builders and others.
{% endhint %}

To better understand here is list of five possible sale participants:

1. Marketplace (site) where NFT was listed
2. Marketplace (site) where NFT was sold
3. Listing affiliate agent - a person who brings a new listings to JamOnBread's smart contract via their personal affiliate link
4. Sales affiliate agent - a person who finds a buyer of an NFT listed on JamOnBread's smart contract via their personal affiliate link
   * Sales sub-affiliate agent - a person who invited an affiliate agent who finds a buyer of an NFT listed on JamOnBread's smart contract via their personal affiliate link
5. JamOnBread's treasury

Each sale always has following participants: Marketplace (site) where NFT was sold, Marketplace (site) where NFT was listed and JamOnBread's treasury.

The involvement of sales affiliate agents in the rewards system depends whether the affiliate link was used.

### We have divided the incentives as follows

{% hint style="info" %}
The JamOnBread smart contract has a trading fee of 2.5%. It is important to highlight that the profits from trading are distributed fairly among all participants.&#x20;

This creates many opportunities for projects, users, marketplaces, content creators, tool builders, while also ensuring that the majority of ADA remains within the ecosystem.
{% endhint %}

1. **Listing incentive:** A marketplace or a site where NFT was **listed** for sale.&#x20;

* Total reward 40% of the trading fee (1% of NFT price)

In case of using affiliate agent:

* Marketplace or a site where NFT was listed: 50% of the listing reward (0.5% of NFT price)&#x20;
* Listing affiliate agent: 50% of the listing reward (0.5% of NFT price)

2. **Sale Incentive:** A marketplace or a site where NFT was actually **sold** (purchased by a buyer)

* Total reward 50% of the trading fee (1.25% of NFT price)

In case of using affiliate agent:

* Marketplace or a site where NFT was sold: up to 60% of the sales reward (up to 0.75% of NFT price)
* Sales affiliate agent: 40% of the sales reward (0.5% of NFT price)&#x20;
* More information about the sub-affiliate rewards is going to be published as we approach our Beta launch

3. **Smart Contract Treasury Reward:** JamOnBread's treasury for development to bring more innovative solutions to the Cardano ecosystem

* Total reward 10% of the trading fee (0.25% of NFT price)

{% hint style="info" %}
The minimum JamOnBread Treasury reward is always 0.1 ADA, other treasuries have a minimum of 0.02 ADA.
{% endhint %}

For more detailed information on how our [On-chain Affiliate Program](/jamonbread/marketplace/on-chain-affiliate-program.md) works, please explore the dedicated section.

{% hint style="info" %}
The graphs illustrating rewards with affiliate agents are currently just demonstrative and will change accordingly as we release final information regarding sub-affiliate rewards.&#x20;
{% endhint %}

<div><figure><img src="/files/jpCBotEiSwkOVPjp2Tkq" alt=""><figcaption><p>Rewards distribution without <a href="/pages/oR5nynBQTkEjxgX9FqRQ">affiliate</a> agents</p></figcaption></figure> <figure><img src="/files/jWmnbwBUm1GkHbNoiNUa" alt=""><figcaption><p>Rewards distribution with <a href="/pages/oR5nynBQTkEjxgX9FqRQ">affiliate</a> agents</p></figcaption></figure></div>


---

# 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://jamonbread-io.gitbook.io/jamonbread/marketplace/smart-contract/incentive-structure-and-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.
