> For the complete documentation index, see [llms.txt](https://docs.curra.io/curra-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.curra.io/curra-documentation/vortex/gas-pump.md).

# Gas Pump

Curra doesn't charge any processing fees, meaning you pay only native blockchain network fees, that we reduced as much as possible.

All the assets, received to proxy wallets will be forwarded to your omnibus wallets, specified in Rules smart contract.

To make it work you have to fill Gas Pump balance with native coins (e.g ETH for Ethereum blockchain) to cover all the blockchain fees (pay for Gas). Balance can be filled using the [Curra App](https://app.curra.io), sending coins to allocated address.

As mentioned in the [Vortex](/curra-documentation/vortex.md#problem) section, with conventional approach you can spend something around **`86,000 Gas ~ $7.28`** per each incoming payment.&#x20;

With Curra it can be as low as **`11,000 Gas ~ $0.95`**, which gives you **`$6.33`** in ETH equivalent savings on each incoming payment, with [bundles enabled](#enable-bundles).

Processing of the first deposit to newly created wallet costs a bit more with Vortex, because it includes not only assets transfer, but also **activation** (Forwarder contract deployment to this address). Activation cost: **`32,000 Gas ~ $ 2.77`**.

{% hint style="info" %}
Keep in mind, we use CREATE2 algorithm, that allows you to pre-calculate address of proxy wallet, so "**activation**" occurs only after first incoming payment to this wallet.

So you can allocate unlimited amount of wallets to your users, and activate it only on first deposit to this address.
{% endhint %}

### Bundles (batch transactions) <a href="#enable-bundles" id="enable-bundles"></a>

In order to reduce your expenses you can enable bundles on the [configuration page](https://app.curra.io/configuration). After bundles are enabled, Curra waits for certain amount of incoming payments to your proxy wallets and transfers them within a single transaction, significantly reducing fees.

Recommended bundle size is – 15 transactions, but you can configure it, depending on your needs.

### Set gas price limits

Average gas price to send transaction sometimes can be volatile, thus you can use gas price limit functionality. It constantly monitor average gas price and initiate forwarding from proxy wallets only if price is lower than specified amount.&#x20;


---

# 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://docs.curra.io/curra-documentation/vortex/gas-pump.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.
