Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Enabling a custom fee token for a Rollup chain requires additional configuration

## Requirements of the custom gas token

A key requirement for a custom gas token is that it has a representation on the parent chain. During chain deployment, the gas token is "natively bridged" and then properly configured as the native gas token on the Arbitrum chain. Additional requirements include:

- Must be a standard `ERC-20` token
- Transfers and approvals must occur directly via the token contract, not via proxies or hooks
- Must not be rebasing or include transfer fees and
Expand Down