A holder list is not available for this token yet.
A holder list is the complete set of addresses holding this token, with their balances. Arcscan could not produce that set here, and the reason is stated below. Total supply and the balance of any single address are unaffected and remain exact.
What the API said
This is the native gas token. Every account on the chain holds it, and each account's balance is shown on its own address page, so there is no separate holder list.
A holder list is a token's whole history folded into balances: every Transfer it has ever emitted, applied in order. No node RPC answers that question, so Arcscan builds it in a separate index and reads each balance from the contract itself. Total supply and the balance of any single address are unaffected and stay exact.
Gas on Arc is paid in USDC, and the same dollars are visible in two places: as a native value with 18 decimals, and through the ERC-20 USDC interface with 6 decimals. A precompile keeps the two representations at parity, so this page counts each movement once instead of summing them.
This is the gas token seen through an ERC-20 lens, not an ordinary token. Arc pays for gas in USDC. The same dollars are addressable two ways: natively at 18 decimals, and through this contract at 6 decimals. A protocol precompile keeps the two at parity, so a balance here is not a second holding — it is the account's native balance, restated. Every dollar moved therefore appears once as a native transfer and once as an ERC-20 Transfer log.