# Swan Token

## What You Need

**Gas Fees:**

* Gas fees are transaction fees required to execute a transaction. These vary by blockchain. For Swan Chain transactions, ETH is required.

**Payment to Computing Providers:**

* In addition to gas fees, you must pay Computing Providers in SWAN to utilize their computing resources to power your Space (Application).

**Collateral :**

* Computing Providers (including FCPs and ECPs) must deposit a certain amount of SWAN as collateral. Ensure you meet this requirement to receive task assignments.
* Check details [here](/core-concepts/token/computing-provider-collateral/collateral-requirement-and-earning-multiplier.md).

## Fund Your Wallet

**Step 1: Purchasing ETH**

Fund your wallet with ETH from any Decentralized Exchange (DEX) or Centralized Exchange (CEX).

Funding your network account is required to use the network. All transactions, including claiming Swan Credit tokens and deploying Spaces, charge a transaction fee. Ensure you have sufficient ETH to cover these costs.

**Step 2: Bridge ETH from Ethereum to Swan Chain**

Go to[ Bridge](https://bridge.swanchain.io/), enter the amount of ETH you wish to bridge, and click on the "Deposit" button.

<figure><img src="/files/M9tdGDEXUsA7zVJXLxbC" alt=""><figcaption></figcaption></figure>

**Step 3: Purchase SWAN Token**

After the TGE, you can purchase SWAN token on CEXs.


---

# 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.swanchain.io/swan-chain-campaign/swan-chain-mainnet/swan-credit-token.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.
