CHAINS
Supported chains: 7 EVM L1/L2s plus Solana and Bitcoin
glnc covers nine chains across three execution models: seven EVM L1/L2s share a common adapter, Solana runs through a multi-RPC fallback chain, and Bitcoin uses two independent APIs for balance and fee data. Pick a chain for example commands and chain-specific notes.
All nine chains
- Ethereum
Mainnet balances, calldata decoding, and live base fee with percentile tiers.
- Polygon
MATIC and ERC-20 balances on Polygon PoS, plus tx decoding and gas.
- Arbitrum
Arbitrum One balances and transaction decoding with L2 gas accounting.
- Base
Coinbase-backed L2 with full balance, tx, and gas coverage.
- Optimism
OP Mainnet balances, decoded swaps and bridge moves, and live gas.
- zkSync
zkSync Era native and ERC-20 balances. Token prices fail-closed for safety.
- Linea
Linea native and ERC-20 balances, decoded transactions, and L2 gas.
- Solana
SOL and SPL balances with multi-RPC fallback. Priority fees in the gas command.
- Bitcoin
bech32 and legacy address balances via blockstream.info; mempool fees in sat/vB.
Support matrix
balance and gas work on all nine chains; tx covers the eight chains excluding Bitcoin. Address format is auto-detected, so the --chain flag is only required to narrow a multi-chain query.
| Chain | balance | tx | gas | Aliases |
|---|---|---|---|---|
| Ethereum | supported | supported | supported | eth, ethereum |
| Polygon | supported | supported | supported | poly, matic, polygon |
| Arbitrum | supported | supported | supported | arb, arbitrum |
| Base | supported | supported | supported | base |
| Optimism | supported | supported | supported | op, optimism |
| zkSync | supported | supported | supported | zk, era, zksync |
| Linea | supported | supported | supported | linea |
| Solana | supported | supported | supported | sol, solana |
| Bitcoin | supported | not supported | supported | btc, bitcoin |
Looking for command docs? See the full documentation.