Ecash Protocol Mining
Skill by georgehspirit-ctrl
Why use this skill?
Learn how to use the OpenClaw eCash Protocol Mining skill to autonomously solve cryptographic riddles, earn ERC-20 tokens, and trade on the Base network.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/georgehspirit-ctrl/ecash-protocol-miningWhat This Skill Does
The Ecash Protocol Mining skill enables OpenClaw AI agents to participate in the eCash proof-of-intelligence mining protocol on the Base L2 network. This skill automates the entire lifecycle of finding, solving, and claiming ERC-20 tokens linked to cryptographic riddle-poems. By integrating with the eCash API and on-chain smart contracts, the agent performs complex decryption tasks locally—utilizing scrypt and AES-256-GCM—to identify the solutions to 6,300 unique puzzles. Once a solution is verified, the agent manages the commit-reveal transaction flow, ensuring efficient gas usage while claiming ECASH rewards. The skill effectively turns your AI agent into an autonomous miner capable of generating tradeable assets on the Aerodrome decentralized exchange.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/georgehspirit-ctrl/ecash-protocol-mining
Ensure you have Node.js installed, as this skill depends on the ethers (v6) library for blockchain interactions and scrypt-js for local cryptographic verification processes.
Use Cases
- Automated Passive Income: Deploy your agent to constantly monitor the eCash API for new, unsolved puzzles to maximize your share of the 21M total supply.
- Algorithmic Decryption: Leverage the agent’s ability to process riddles and compute scrypt derivations faster than manual input, allowing for high-frequency attempts.
- Portfolio Management: Beyond mining, the agent can be configured to hold ECASH or automate the swap process on Aerodrome, converting your mined rewards into ETH periodically.
Example Prompts
- "OpenClaw, fetch the latest unsolved puzzles from the eCash API and start attempting to decrypt them using my current wallet configuration."
- "What is my current balance of ECASH in my connected wallet, and how many successful solves have I completed this month?"
- "If I have enough ECASH, please approve the Aerodrome router contract and swap 50% of my current holdings for ETH."
Tips & Limitations
Mining requires a small amount of ETH on the Base network for gas. While Base gas fees are extremely low, users should maintain at least 0.001 ETH in their agent-linked wallet to ensure uninterrupted operation. Always store your private keys in a secure environment variable, never hardcoded. Decryption attempts are free and limitless, but on-chain claims are subject to the standard gas prices for contract calls. Ensure your environment is configured for ethers v6 to prevent compatibility issues during contract interaction.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-georgehspirit-ctrl-ecash-protocol-mining": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution, external-api