The puzzle is a single keccak256 over your own address, the current block number and a nonce you search for locally. Nothing leaves your machine until a nonce is found — then one transaction commits it and mints the reward. No account, no allowlist, no server in the loop.
0x911ca4bc7d60a4cb15080f32a671dcb4c175f5fd
Any injected wallet. Switch to the Arc network and load the contract address — state is read straight from the chain, not from this page.
Your browser hashes keccak256(miner ‖ block ‖ nonce) until the digest falls under the current target. At 2^20 that is seconds of work; the target doubles every 1,200 blocks.
One signature submits the nonce. The contract re-derives the target, verifies the digest and mints the scheduled reward.