Custom Gas Token
Last updated
Last updated
With Gelato Rollups, you have the option to designate an ERC20 token as the native token for your rollup. This section covers the requirements and steps for integrating custom gas tokens in your deployments on the OP Stack and Arbitrum Orbit Stack.
To use a custom gas token, the ERC20 token must meet the following requirements:
ERC20 Token Smart Contract Address: Ensure the token contract is deployed and you have the contract address.
Decimals: The token must have 18 decimal places (dp).
Token Type: The token must be a non-rebasing token, meaning its total supply does not change due to rebasing mechanisms.
Here are the steps to integrate a custom gas token with the OP Stack:
Verify Token Compatibility: Ensure your ERC20 token meets the specified requirements.
Configure Deployment Settings: Set the ERC20 token contract address in your deployment configuration.
Deploy Your Contract: Proceed with the deployment. The OP Stack will automatically handle the custom gas token.
Arbitrum Orbit requires the custom gas tokens to be utilized as part of the deployment process. Follow these steps to integrate a custom gas token with Arbitrum Orbit:
Verify Token Compatibility: Ensure your ERC20 token meets the specified requirements.
Configure Deployment Settings: Set the ERC20 token contract address in your deployment configuration.
Deploy Your Contract: Proceed with the deployment. The custom gas tokens will be utilized as part of the deployment process.