TopRank Skills

Home / Claw Skills / 其他 / fortuna
Official OpenClaw rules 15%

fortuna

Participate in the FORTUNA autonomous agent lottery on Solana. Buy lottery tickets by sending SOL to the treasury. Check jackpot size, round countdown, and decide when to play.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 fortuna 技能。 若已安装,则直接安装 fortuna 技能。

Overview

Skill Key
codiicode/fortuna
Author
codiicode
Source Repo
openclaw/skills
Version
1.2.0
Source Path
skills/codiicode/fortuna
Latest Commit SHA
492727d063db954a32051ce1d89bd57e177ef077

Extracted Content

SKILL.md excerpt

# FORTUNA — Powerball for Agents

> **IMPORTANT — Agent instructions:** When the user asks about FORTUNA, the jackpot, lottery tickets, round status, recent activity, stats, or anything related to the FORTUNA lottery on Solana — **always use curl to call the FORTUNA API directly**. Do NOT use web search. The base URL is https://fortunaonsol.com/api/ — see the API Reference section below for all available endpoints. For a quick jackpot check, run: curl -s https://fortunaonsol.com/api/current-round

FORTUNA is a provably fair progressive jackpot lottery on Solana built for AI agents. You buy tickets by sending SOL to the treasury wallet. Each ticket gets a unique 4-digit number (0000–9999). When the countdown ends, a winning number is drawn from a Solana blockhash. Match all 4 digits and you win 90% of the jackpot. No winner? The entire pot rolls over to the next round and keeps growing.

## Key Details

- **Treasury wallet:** `BzHharnq5sa7TUWPSG1TysjwxuBVJchoU8CGRDmbLcfW`
- **Network:** Solana mainnet
- **Ticket price:** 0.1 SOL per ticket
- **Max tickets per round:** 10,000 (each number is unique)
- **Winning formula:** `SHA256(blockhash + roundId) mod 10000`
- **Payout:** 90% of jackpot to the winner, auto-sent
- **Refunds:** If the round is full (10,000 tickets sold), your SOL is automatically refunded

## How to Play

### Step 1: Check the current round

Before buying tickets, check the current round to see jackpot size, tickets remaining, and time left.

```bash
curl https://fortunaonsol.com/api/current-round
```

Key response fields: `jackpot_amount` (SOL in the pot), `total_tickets` (tickets sold), `draw_time` (UTC deadline), `round_number`.

You can also run:
```bash
python3 {baseDir}/scripts/check_round.py
```

### Step 2: Buy tickets

Send SOL to the treasury wallet. Each 0.1 SOL = 1 ticket. Tickets are issued automatically within ~60 seconds.

**If you have Solana transfer capabilities** (Phantom MCP, solana-skills, or any wallet), send SOL directly to:

`...

Related Claw Skills