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

# Gas Station

The Gas Station is a dedicated account used by Weave to fund critical
infrastructure components of the Interwoven stack. It distributes funds to
essential services like
[OPinit Bots](/home/core-concepts/interwoven-stack/opinit-framework/introduction)
(including Bridge Executor, Output Submitter, Batch Submitter, and Challenger)
and the
[IBC relayer](https://tutorials.cosmos.network/academy/2-cosmos-concepts/13-relayer-intro.html)
to ensure smooth operation of the network.

This is essential for seamless operation with Weave as it eliminates the need
for manual fund distribution.

<Warning>
  While Weave requires your consent for all fund transfers, using a separate
  account prevents any potential misuse of an existing account. Creating a new
  dedicated account for Gas Station use rather than using an existing account is
  strongly recommended.
</Warning>

## Setting Up the Gas Station

```bash theme={null}
weave gas-station setup
```

You can either import an existing mnemonic or have Weave generate a new one.
Once setup is complete, you'll see two addresses in `init` and `celestia`
format.

<Note>
  While the Gas Station addresses for Celestia and the Initia ecosystem will be
  different, both are derived from the same mnemonic that you entered.
</Note>

Then fund the account with at least 10 INIT tokens to support the necessary
components. If you're planning to use Celestia as your Data Availability Layer,
you'll also need to fund the account with `TIA` tokens.

<Info>
  For testnet operations: - Get testnet `INIT` tokens from the [Initia
  faucet](https://faucet.testnet.initia.xyz/) - Get testnet `TIA` tokens from
  the [Celestia
  faucet](https://docs.celestia.org/how-to-guides/mocha-testnet#mocha-testnet-faucet)
</Info>

## Viewing Gas Station Information

```bash theme={null}
weave gas-station show
```

This command displays the addresses and current balances of the Gas Station
account in both `init` and `celestia` bech32 formats.
