OpenClaw · Skill

Blinko

Play Blinko headlessly on Abstract. Provably fair Plinko with on-chain settlement.

Git & GitHub
v1.1.1
VirusTotal: Suspicious

Install

Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.

Primary command

clawhub install tolibear/blinko

ClawHub installer

npx clawhub@latest install tolibear/blinko

OpenClaw CLI

openclaw skills install tolibear/blinko

Direct OpenClaw install

openclaw install tolibear/blinko

What this skill does

Play Blinko headlessly on Abstract. Provably fair Plinko with on-chain settlement.

Why it matters

Automates a multi-step commit-reveal flow that requires coordinated API calls and on-chain transactions, which is impractical to replicate manually for each game.

Typical use cases

  • Placing automated ETH bets on Blinko games
  • Checking win/loss history for a wallet address
  • Viewing the top 10 leaderboard and your rank
  • Tracking honey earned from special pin hits
  • Running hard mode games to trigger bonus rounds

Source instructions

Blinko

Play Blinko headlessly on Abstract. Provably fair Plinko with on-chain settlement.

Important

  • This skill signs on-chain transactions that spend real ETH. Use a dedicated hot wallet with only the funds you're willing to risk.
  • Each game costs gas (Abstract chain) on top of your bet amount.
  • Your private key is used locally to sign messages and transactions. It is sent to the Abstract RPC and Blinko API as signed outputs only, never as plaintext.
  • Agents can invoke this skill autonomously when installed.

Quick Start

Play a Game

export WALLET_PRIVATE_KEY=0x...
node scripts/play-blinko.js 0.001

Check Stats

node scripts/stats.js 0xYourAddress profile

Scripts

ScriptPurpose
play-blinko.jsPlay a full game (auth → create → commit → play → settle)
stats.jsView profile, games, leaderboard, honey balance

Play

export WALLET_PRIVATE_KEY=0x...
node scripts/play-blinko.js [betETH] [--hard] [--v2]
FlagEffect
--hardHard mode (0% main game RTP, must trigger bonus to win)
--v2V2 algorithm and config

Examples:

node scripts/play-blinko.js 0.001                # Normal, 0.001 ETH
node scripts/play-blinko.js 0.005 --hard          # Hard mode
node scripts/play-blinko.js 0.002 --v2            # V2 algorithm
node scripts/play-blinko.js 0.003 --hard --v2     # V2 hard mode

Bet limits: 0.0001 - 0.1 ETH

Stats

node scripts/stats.js <address> [command] [limit]
CommandShows
profileName, honey, game stats, streak
games [N]Last N games with results
leaderboardTop 10 + your rank
honeyHoney balance breakdown

How It Works

API → Chain → API → Chain
  1. Login — Sign message with wallet, get JWT
  2. Create — API generates game seed, returns server signature
  3. Commit — Call createGame() on-chain with ETH bet + random salt
  4. Play — API combines seeds, simulates physics, returns result
  5. Settle — Call cashOut() (win) or markGameAsLost() (loss) on-chain

All games are provably fair via commit-reveal scheme.

Game Mechanics

  • 10 balls dropped through 8 rows of pins
  • Bin multipliers: 2x, 1.5x, 0.5x, 0.2x, 0.1x, 0.1x, 0.2x, 0.5x, 1.5x, 2x
  • Bonus: Collect B-O-N-U-S letters to trigger bonus rounds (up to level 9)
  • Honey: Earned by hitting special pins (requires a referrer)

Key Information

ItemValue
ChainAbstract (2741)
RPChttps://api.abs.xyz (hardcoded)
Contract0x1859072d67fdD26c8782C90A1E4F078901c0d763
APIhttps://api.blinko.gg
Gameblinko.gg

Environment Variables

VariableRequiredDescription
WALLET_PRIVATE_KEYYes (for play)Private key for signing transactions. Use a hot wallet.

Dependencies

npm install ethers@6

Related OpenClaw skills

Browse all →
Featured slot

Your product here

Reserve this slot to reach operators and coding-agent buyers.

Shown where builders are actively comparing tools and deployment options.

Advertise