# Fee Structure

### Capsule Packaging and Shipping

Each Capsule Packaging and Shipping transaction utilizes a Capsule NFT. As such, the cost of a shipment will always be the cost of **Capsule NFT Minting Fee** + **Native Chain Gas Fees**. Capsule Packaging and Shipping transfer fees below **include** the Capsule NFT Minting fee.

Gasless Transfer is a subset of regular transfer, with the recipient of the transaction set to the Capsule Relay.

Modifying a Capsule Packaging and Shipping transfer incurs no fee and only costs native chain gas fees.

<table><thead><tr><th align="center">Action</th><th align="center">Fee Amount</th><th data-hidden>??</th><th data-hidden></th></tr></thead><tbody><tr><td align="center"><strong>Regular Transfer</strong></td><td align="center">0.001 ETH</td><td></td><td></td></tr><tr><td align="center"><strong>Gasless Transfer</strong></td><td align="center">0.001 ETH</td><td></td><td></td></tr><tr><td align="center"><strong>Canceling Transfer</strong></td><td align="center">-</td><td></td><td></td></tr><tr><td align="center"><strong>Rerouting Transfer</strong></td><td align="center">-</td><td></td><td></td></tr><tr><td align="center"><strong>Modifying Transfer Metadata</strong></td><td align="center">-</td><td></td><td></td></tr><tr><td align="center"><strong>Modifying Transfer Timelock</strong></td><td align="center">-</td><td></td><td></td></tr><tr><td align="center"><strong>Modifying Transfer Password</strong></td><td align="center">-</td><td></td><td></td></tr><tr><td align="center"><strong>Modifying Transfer Asset Key/ID</strong></td><td align="center">-</td><td></td><td></td></tr></tbody></table>

### CapsuleNFT

To support infrastructure and overhead, the Capsule Protocol places a small fee on Capsule Collection deployment and Capsule NFT minting.

Fees are equal on every chain deployed (Ethereum mainnet, Optimism).

<table><thead><tr><th align="center">Action</th><th align="center">Fee Amount</th><th data-hidden>??</th><th data-hidden></th></tr></thead><tbody><tr><td align="center"><strong>Capsule Collection Deployment</strong></td><td align="center">0.025 ETH per collection</td><td></td><td></td></tr><tr><td align="center"><strong>Capsule NFT Minting</strong></td><td align="center">0.001 ETH per individual NFT minted</td><td></td><td></td></tr></tbody></table>

{% hint style="info" %}
**NOTE:** Each fee is independent of Ethereum gas fees.
{% endhint %}


---

# 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.capsulelabs.xyz/economics/fee-structure.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.
