the-flip
$1 USDC entry. 14 coin flips. Get all 14 right, take the entire jackpot. Live on Solana devnet — continuous game, enter anytime.
Why use this skill?
Install The-Flip for OpenClaw to participate in a continuous, 14-flip Solana devnet prediction game. Automate your entries and track jackpot status easily.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/maurodelazeri/the-flip-publishWhat This Skill Does
The-Flip is a high-stakes, continuous, and permissionless prediction game deployed on the Solana devnet. It challenges participants to predict a sequence of 14 consecutive coin flips (Heads or Tails). Players enter with a 1 USDC stake, and if their 14-character sequence matches the global flip results exactly, they capture the entire accumulated jackpot. The game operates on a continuous, round-less basis—meaning there are no entry windows. Once a player enters, their specific sequence is pegged to the global flip count at that moment. The game is trustless, utilizing a Program Derived Address (PDA) for the vault to ensure no single party has custody over user funds, making it impossible to rug the pot.
Installation
To integrate this skill into your environment, use the OpenClaw hub CLI. Execute the following command: clawhub install openclaw/skills/skills/maurodelazeri/the-flip-publish. Once the installation is complete, navigate into the directory and run npm install to resolve all project dependencies. Ensure you have the Solana CLI tools installed and a valid devnet wallet configured via solana config set --url devnet. You will also need to acquire devnet USDC via the official faucet to participate in the game.
Use Cases
This skill is ideal for testing on-chain game mechanics, demonstrating automated agent interactions with Solana programs, and exploring probability-based decentralized applications. Users can build automated agents that monitor the jackpot size and selectively enter games when the pot-to-entry ratio is mathematically favorable. It is also an excellent educational tool for developers wishing to study how state transitions (flips) and multi-user game coordination work within a Solana smart contract.
Example Prompts
- "OpenClaw, what is the current jackpot for The-Flip and how many players are currently active?"
- "I want to enter The-Flip. Use my default wallet to enter the sequence HTHHTHTHTHHTHT."
- "Check the status of my ticket for the current game and tell me if I have been eliminated yet."
Tips & Limitations
- Odds: The probability of winning is 1 in 16,384 per entry.
- Permissionless nature: Because any agent or user can trigger the
flipcommand, the game pace depends entirely on community participation. If no one flips, the game state does not advance. - Devnet disclaimer: Always remember this runs on Solana devnet. Funds used here have no real-world value and are for testing/entertainment purposes only.
- Strategy: Monitor the
recentFlipsarray via the API to analyze potential patterns, though outcomes are cryptographically random.
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-publish": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api, code-execution