AFGCoin Network is an OP Stack rollup with an ERC-4337 paymaster baked in. Your smart wallet holds only AFGCoin; gas pays itself from the same pocket.
Everything below is HTTPS, Let's Encrypt-signed, public.
Connect your wallet, see balances, transact.
app.afgcoin.networkDrip 50 AFG to any wallet. 24h per-IP and per-wallet cooldown.
faucet.afgcoin.networkDeposit ETH from L1 to AFGCoin Network. ~30 s sync.
bridge.afgcoin.networkBrowse blocks, transactions, contracts. Powered by Blockscout.
scan.afgcoin.networkL2 read/write endpoint. Standard eth_* methods.
ERC-4337 v0.7. Submit UserOperations here.
bundler.afgcoin.networkRead-only operator view of chain + paymaster + faucet health.
admin.afgcoin.networkChainlist-compatible JSON describing the network.
/chain.jsonContracts, deploy scripts, demo, status docs.
github.com/manqur/afgcoin-networkA user holds AFGCoin and zero ETH. The paymaster covers gas in ETH and is reimbursed in AFG.
user (smart account) AFGPaymaster EntryPoint
โ holds 100 AFG โ โ
โ holds 0 ETH โ โ
โ โ โ
โ sendUserOperation() โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโบ โ โ
โ approve(paymaster, MAX) โ โ
โ โ pulls AFG (pre-op) โ
โ โ signs paymasterData โ
โ โ โโโโโโโโโโโโโโโโโโโโโโโบโ
โ โ โ charges paymaster's
โ โ โ ETH deposit for gas
โ โ โโโโ refund (post-op)
โ โโโ balance: 99.94 AFG โ
EVM-equivalent, OP Stack L2, chain id 42069.
| Chain name | AFGCoin Network |
| Chain ID | 42069 (0xa455) |
| RPC URL | https://rpc.afgcoin.network |
| WebSocket | wss://ws.afgcoin.network |
| Bundler (ERC-4337) | https://bundler.afgcoin.network |
| Currency symbol | ETH (gas) ยท AFG (paymaster) |
| Block time | ~2 s |
| DA mode | Calldata to L1 |
| AFGCoin ERC-20 | 0x5FbDB2315678afecb367f032d93F642f64180aa3 |
| EntryPoint v0.7 | 0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512 |
| SimpleAccountFactory | 0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0 |
| AFGPaymaster | 0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9 |
forge create MyContract \ --rpc-url https://rpc.afgcoin.network \ --private-key 0x...
networks: {
afgcoin: {
url: "https://rpc.afgcoin.network",
chainId: 42069,
},
},
const aaClient = createSmartAccountClient({
account: simpleSmartAccount,
chain: afgcoinNetwork,
bundlerTransport: http("https://bundler.afgcoin.network"),
paymaster: {
async getPaymasterData() {
return {
paymaster: "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9",
paymasterData: "0x",
}
},
},
})
const hash = await aaClient.sendUserOperation({
calls: [{ to: "...", data: "0x..." }],
})
Total supply 1,000,000,000 AFG, hard-capped at the L1 ERC-20 constructor.
What's shipped, what's queued.
Repo, CI, AFGCoin deployed to Sepolia + Arbitrum Sepolia.
Kurtosis L1 + L2 producing blocks at 2 s.
EntryPoint v0.7, SimpleAccountFactory, AFGPaymaster.
Custom chain spec, public RPC.
Headline UserOp: 0.065 AFG charged, ETH untouched.
50 AFG/wallet/day, IP+wallet rate limit.
L1 โ L2 ETH deposits with ~30 s confirmation.
This page; Chainlist metadata at /chain.json.
In progress.
Stake AFG, earn rewards. Treasury under Safe multisig.
Multi-server topology, real-key flow, monitoring.