> ## Documentation Index
> Fetch the complete documentation index at: https://docs.exclusivo.one/llms.txt
> Use this file to discover all available pages before exploring further.

# Fees

> Everything the marketplace and wallet tools charge, and who pays it.

## The table

| What you're doing                                         | Fee                                        | Who pays                   |
| --------------------------------------------------------- | ------------------------------------------ | -------------------------- |
| Buying an EXC listing on Solana                           | **3.0%**                                   | Buyer, on top of the price |
| Buying an EXC listing on EVM                              | **2.0%**                                   | Buyer                      |
| Buying a Magic Eden, Tensor or OpenSea listing through us | **2.0%**                                   | Buyer                      |
| Swapping                                                  | **0.5%**                                   | Whoever's swapping         |
| Making an offer                                           | Platform fee + royalty, held with your bid | Bidder                     |

Creator royalties are on top of all of this and go to the creators, not to us.

## "On top" means on top

The seller sets what they want to receive, and the buyer pays that plus fees:

```
buyer pays    = list price + platform fee + creator royalty
seller gets   = list price
```

The prices you see in the grid and on a token are **what you'll pay**. There's
no total that jumps at the last step.

## The 2% on outside listings

Charged per item, as its own transfer, right before each purchase. Sweep five
things and you'll see five fee transfers, each 2% of that item's price.

It's separate because we can't modify the purchase transactions Magic Eden and
Tensor hand us — one is co-signed and the other can't take extra instructions.
Adding to either breaks it.

Your wallet may show this as a sibling transaction when it previews a Magic Eden
purchase. It's the fee you were already quoted, not a second one.

## Offers

You set aside more than you bid, because accepting triggers fees:

<Tabs>
  <Tab title="Solana">
    ```
    held = your bid + 3.0% + the creator royalty
    ```
  </Tab>

  <Tab title="EVM">
    ```
    held = your bid + 2.0% + the creator royalty
    ```
  </Tab>
</Tabs>

Where a collection hasn't set a valid royalty, 8% is used as a fallback. If your
offer expires unaccepted, all of it comes back.

## Swapping

0.5%, taken on whatever you're selling. On a swap between Solana and an EVM
chain, that's the side you're coming from.

## Minting

Mint fees are a separate matter. On EVM they're compiled into your collection's
contract when it's deployed. → [Launch on EVM](/exc/launchpad/evm)

## Shops are completely separate

Shop orders don't use any of these rates. Stashed charges a flat **5%** plus
**$29/month or $290/year**. → [Stashed pricing](/stashed/pricing)

## What we don't charge for

* **Listing.** Listing, delisting and editing a listing are free beyond chain fees.
* **Launching.** No subscription, no listing fee. You pay the chain.
* **Failed transactions.** We re-check a listing before charging you, so a dead one can't take your fee.
