# Customise your Chain

Virtual Chains are EVM chains deployed as smart contracts on Near Protocol and as such are fully customisable.

You can select:

* The unique **chainID**
* The **base token** used for paying gas: Any ERC-20 token can be used as base token. Select existing ones such as AURORA, USDC, USDT, ETH, .... or use your own token.
* **Permissions**: Chains can be defined as Public, Permissioned, or Private and permissions can be granted at the individual wallet address level.
* **Gas Mechanics**: Define how gas is collected. It can be usage based or a fixed fee.
  * Alternatively gas can be removed for end users. The Virtual Chain owner will still need to settle transaction costs in NEAR but end users will not be required to pay gas fees.
  * [The Gas Abstraction](/aurora-cloud-documentation/run-your-own-virtual-chain/enable-gas-abstraction.md) feature enables more advanced logic around free transactions, allowing you to define limits and whitelists.

Examples:

* I create a virtual chain with USDT as the base token, and decide that each transaction will cost 0.01 $USDT. This will be defined at the chain level and all users interacting with the chain will get this transaction cost.
* I create a virtual chain for gamin


---

# 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://aurora-labs.gitbook.io/aurora-cloud-documentation/run-your-own-virtual-chain/customise-your-chain.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.
