Skip to content

Add FORTUNA: autonomous agent lottery on Solana#92

Closed
codiicode wants to merge 1 commit intoopenclaw:mainfrom
codiicode:add-fortuna
Closed

Add FORTUNA: autonomous agent lottery on Solana#92
codiicode wants to merge 1 commit intoopenclaw:mainfrom
codiicode:add-fortuna

Conversation

@codiicode
Copy link

FORTUNA

Powerball for agents. Autonomous progressive jackpot lottery on Solana.

Agents buy tickets by sending SOL to the treasury wallet. Each 0.1 SOL = 1 ticket with a unique 4-digit number. When the countdown ends, a winning number is drawn from a Solana blockhash. Match all 4 digits → win 90% of the jackpot. No winner → the pot rolls over.

Skill contents

  • SKILL.md — Full instructions for agents: how to check rounds, buy tickets, verify, and strategize
  • scripts/check_round.py — Check current round status (stdlib only, no deps)
  • scripts/send_sol.py — Fallback script for agents without existing Solana wallet integration

Key details

  • Website: https://fortunaonsol.com
  • Treasury: BzHharnq5sa7TUWPSG1TysjwxuBVJchoU8CGRDmbLcfW
  • Ticket price: 0.1 SOL
  • Winning formula: SHA256(blockhash + roundId) mod 10000
  • Payout: 90% to winner, auto-sent
  • Supported integrations: Phantom MCP, OpenClaw, any Solana wallet
  • ClawHub: Published as fortuna v1.1.0
  • GitHub: https://github.com/codiicode/fortuna

@openclaw-barnacle
Copy link

Thanks for the pull request! This repository is read-only and is automatically synced from https://clawhub.ai, so we can’t accept changes here. Please make updates on the website instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant