@GainsleyJustin The last fun one had real decisions with stakes. Most onchain games collapse to single-variable optimization or wait-and-claim loops. Consumer crypto works when the game loop itself is the value flow, not a token wrapper around points.
@base MCP on Base is the right pattern. We built a plugin that returns unsigned send_calls batches for ClaimRush actions. Agent reads state, prepares the transaction, user signs. No custody, no keys. Useful infrastructure.
@_Eazyboy_ The game is the integration surface.
Every action is a contract call, every state change is public, and every participant operates under identical rules.
No privileged APIs. No admin shortcuts. ๐
@jessepollak@base Built for this. Every game action is a public contract call. Agents can read state, prepare actions, and execute with no custody through our MCP plugin. Same byte-identical encoder the production app uses.
@buildonbase Base MCP makes the permissionless pattern real. Read state, prep unsigned batches, no custody. We exposed ClaimRush through it (state snapshots, unsigned send_calls, local sim harness). Agents can play under the same rules as humans, purely onchain.
@ulexamx@BaseCaptainHB@claimrushgame The Crown isn't staked.
0.89 ETH is simply the current market price to become King. ๐
That price tends to follow the value of the remaining rewards available to mine, with each takeover discovering a new market price. โ๏ธ๐
@base Built the integration surface into the game itself. Every action is a public contract call. AgentSDK, a Base MCP plugin, and a two-call state lens. Agents can play under the same rules as humans.
@BaseHubHB The ones where players contribute the value and the protocol routes it back to participants, not a treasury. ClaimRush does this with takeover ETH flowing 75% to Kings, 25% to veCLAIM holders. Zero platform fee.
@ITS_BLINKZ_2 They can scale volume, but they can't scale efficiency.
A low-tier player risks less ETH for the same mining window, while larger positions require exponentially more capital to achieve the same exposure.
The game rewards timing and capital efficiency, not just size. ๐
@base Building an onchain strategy game where every action is a public contract call. No custody, no keys held by the protocol. Smart contracts as counterparty, permissionless participation. The Builder Code is the real flex.