Contracts

Contracts

Two contracts on Robinhood Chain do the on-chain half. BrickFeeRouter takes the fees; BrickReserve holds the reserve and its log.

How they connect

Tradersbuy and sell $BSTRPons curve / poolcharges the feesPons fee escrowholds creator feesBrickFeeRouterharvest(): 90 / 10Operations walletshipping, storage, siteBrickReservereserve ETH and the logA sealed setbought off-chainfeessweepclaim10%90%withdrawrecordAcquisition
Solid arrows move ETH. The dashed one is a record.

Addresses

Only trust addresses published here and on our X account.

Robinhood Chain

Chain id4663
Gas tokenETH
Public RPChttps://rpc.mainnet.chain.robinhood.com (rate-limited)
Explorerhttps://robinhoodchain.blockscout.com

It's an Arbitrum-based layer 2 on Ethereum. Wallets add it automatically when you use the Harvest button on the war chest page.

Source and tests

Both contracts are short, written in Solidity 0.8.28 on OpenZeppelin 5.3, and verified on Blockscout. The test suite has 31 unit tests, including a fuzz test that the split never creates or loses a wei, and fork tests that launch a token on the real Pons v2 contracts, trade on the real curve and check the reserve receives exactly its share. The contracts have not been audited by a third party.