# Bundle Fee

### How do payments work?

Our payment structure ensures that charges are only deducted if the bundle lands successfully—meaning you won’t be charged if your bundle fails.

Payments consist of two components: an ETH/BNB fee and a Wallet (token) fee.

* **ETH/BNB Fee**: This is taken directly from your distributor wallet. Ensure your distributor wallet has sufficient funds to cover this cost at the time you launch your bundle.
* **Wallet (Token) Fee**: Tokens are transferred from one of the last wallets you generate. This transfer happens automatically as part of the bundle process with no extra transaction cost.

**Example**: If you generate 10 wallets, set a 1% max transaction, and select the "0.15 ETH + 1 Wallet" option, your distributor wallet will send 0.15 ETH as payment, while your last generated wallet (10th wallet) will automatically transfer 1% of its tokens. This means your total payment would be 0.15 ETH plus 1% of your token supply.

### Payment Options

The following payment options are available depending on the network:

#### Ethereum & Base (ETH)

* 0 ETH + 3 Wallets (ETH only)
* 0.1 ETH + 2 Wallets
* 0.15 ETH + 1 Wallet
* 1 ETH + 0 Wallets

#### Binance Smart Chain (BNB)

* 0.1 BNB + 3 Wallets
* 0.4 BNB + 2 Wallets
* 0.6 BNB + 1 Wallet
* 4 BNB + 0 Wallets

<br>

{% hint style="info" %}
Launch often or bundle to high market caps? Get in touch with our team to discuss custom pricing from discounted rates to monthly fees.&#x20;
{% 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.bundlefren.com/v1/payments/bundle-fee.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.
