the-flip
$1 USDC entry. Pick 20 predictions. All 20 coins flip at once each round. Match the first 14 to win the entire jackpot. Live on Solana devnet.
Why use this skill?
Master the 20-coin flip challenge on Solana devnet. Use the OpenClaw The-Flip skill to manage entries, check jackpots, and automate your game participation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/maurodelazeri/the-flipWhat This Skill Does
The-Flip is a high-stakes, decentralized probability game built on the Solana devnet that tests your predictive intuition. Unlike traditional lottery systems, this skill allows for permissionless interaction where participants place 20 binary predictions (Heads or Tails). Once entered, the system evaluates your accuracy against 20 simultaneously flipped coins. To claim the jackpot, you must successfully match the first 14 results in the sequence. The game is engineered for continuous play, meaning there are no entry windows; you can jump in at any time. Because the flip mechanism is permissionless, any user can trigger the round update once the 12-hour on-chain cooldown has elapsed, ensuring the game remains decentralized and always moving forward.
Installation
To integrate this skill, ensure you have the ClawHub environment configured. Begin by running clawhub install openclaw/skills/skills/maurodelazeri/the-flip. Navigate into the newly created directory and execute npm install to resolve all dependencies. Since this skill interacts with the Solana blockchain, you must have the Solana Tool Suite installed. Initialize your wallet via solana-keygen new and ensure your environment is set to the Solana devnet using solana config set --url devnet. Finally, secure devnet USDC from the Circle faucet to cover your entry costs.
Use Cases
- Automated Gaming: Agents can use the API to monitor the
nextFlipAttimestamp and automatically participate in rounds to optimize their chances of hitting the jackpot. - Portfolio Diversification: Use this as a high-risk "moonshot" tool within a broader automated trading or crypto-management strategy.
- Educational Testing: Developers can study the smart contract interactions and on-chain permissionless triggers by observing the game's flip mechanism.
Example Prompts
- "Check the current status of The-Flip and tell me if the jackpot is ready to be triggered."
- "Enter The-Flip for me using my wallet, picking HHTHHTTHHTHHTHHTHHTH as my 20-coin prediction sequence."
- "Did my wallet address win in round 5? Give me the summary of my matches."
Tips & Limitations
- Strategy: Focus on the first 14 coins. Since the game requires a 14/14 match of the start of the sequence, your focus should be on probability optimization for those initial slots.
- Cooldowns: Remember the 12-hour rule. Even if you want to trigger a round, you must wait for the on-chain cooldown to reset.
- Risk: This is a gambling application; only use devnet tokens for testing. Ensure your Solana wallet is properly funded before triggering an
entercommand.
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-maurodelazeri-the-flip": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, code-execution, external-api