MineBean

Automate MineBean gameplay on the Base blockchain with ETH deployment and reward claiming.

6|6|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nu11dotfun/mine-bean --skill minebean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MineBean
Source: https://github.com/nu11dotfun/mine-bean/tree/main/public
Command: npx skills add https://github.com/nu11dotfun/mine-bean --skill minebean

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates participation in the MineBean game, a decentralized application on the Base blockchain where users deploy ETH to a grid to earn BEAN tokens and ETH rewards. It handles the complexities of round-based gameplay, reward claiming, and token management.

Core Features & Use Cases

  • Automated Deployment: Strategically deploys ETH to selected blocks within the 60-second round timer.
  • Reward Management: Claims accumulated ETH and BEAN rewards, considering the roasting fee mechanism.
  • Staking Integration: Manages BEAN token staking for yield generation.
  • Use Case: An agent can be configured to automatically play MineBean daily, optimizing block selection based on real-time grid data and aiming for a positive expected value by considering BEAN price and the beanpot.

Quick Start

Use the MineBean skill to deploy 0.05 ETH to blocks 5, 10, and 15 in the current round.

Frequently Asked Questions about MineBean

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is automated grid mining on the Base blockchain?

Automated grid mining on the Base blockchain deploys ETH to a 5x5 grid in 60-second rounds to earn BEAN and ETH rewards. It automates reward claiming and manages round-based gameplay complexities for decentralized applications.

How do I automate BEAN token staking for yield generation?

To automate BEAN token staking for yield generation, you configure an agent to interact with Staking smart contracts after claiming rewards. The agent manages the staking process automatically, handling token deployment and yield accumulation.

Can I use smart contracts to automate gameplay on the Base blockchain?

Yes, you can automate gameplay on the Base blockchain by interacting with GridMining, Bean Token, and Staking smart contracts. An agent monitors game state via REST API and SSE streams to execute strategic ETH deployments within round timers.

How do I optimize ETH deployment in a 60-second round grid game?

Optimizing ETH deployment in a 60-second round grid game requires monitoring real-time grid data via REST API and SSE streams. An agent calculates positive expected value by considering BEAN price and the beanpot before deploying to selected blocks.

Does claiming ETH rewards from grid mining require paying a roasting fee?

Yes, claiming ETH rewards from grid mining requires accounting for a roasting fee mechanism. The claiming process factors in this fee when calculating the final accumulated ETH and BEAN rewards distributed to the player.

Why do I need to monitor SSE streams for decentralized gaming rounds?

Monitoring SSE streams for decentralized gaming rounds is necessary to track real-time game state changes within the strict 60-second timer. This stream data enables automated agents to execute timely strategic ETH deployments before rounds close.