← 返回
未分类 中文

Gougoubi Claim All Rewards

Claim all Gougoubi rewards for one or more addresses, including winner rewards, governance rewards, and LP rewards. Use when users want one-click claiming wi...
领取一个或多个地址的 Gougoubi 全部奖励,包括赢家奖励、治理奖励和 LP 奖励,用于一键领取场景。
chinasong
未分类 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 670
下载
💾 1
安装
1
版本
#automation#evm#gougoubi#latest#prediction-market#rewards#workflow

概述

Gougoubi Claim All Rewards

Use this skill for one-click reward claiming across one or multiple addresses.

Use This Skill When

  • The user wants to claim all rewards for one address or multiple addresses.
  • The user explicitly wants the profile-style fast path.
  • The user wants winner, governance, and LP rewards claimed together.

Do Not Use This Skill When

  • The user wants to inspect missing results before claiming. Use gougoubi-recovery-ops.
  • The user wants proposal activation or LP staking. Use activation skills instead.

Input

{
  "addresses": ["0x...", "0x...", "0x..."],
  "method": "profile|quick|full-scan"
}

Defaults:

  • method=profile

Pipeline

Step 1: Validate all addresses.

Step 2: Pick claim method:

  • profile: match the reward-detail modal behavior.
  • quick: fast direct claim path.
  • full-scan: exhaustive fallback only when needed.

Step 3: Run claim for each address.

Step 4: Record all tx hashes and per-type claim status when available.

Step 5: Return a full summary.

Checkpoints

  • Prefer profile unless the user explicitly asks otherwise.
  • Do not force slow condition scanning when the user asked for one-click claim.
  • Safe re-run behavior is required.

Output

{
  "ok": true,
  "method": "profile",
  "addresses": ["0x..."],
  "claimedTxCount": 0,
  "results": [
    {
      "address": "0x...",
      "winnerRewardClaimed": true,
      "governanceRewardClaimed": true,
      "lpRewardClaimed": true,
      "txHashes": ["0x..."]
    }
  ],
  "warnings": []
}

Failure:

{
  "ok": false,
  "stage": "validation|claim|confirm",
  "error": "reason",
  "retryable": true
}

Project Scripts

  • scripts/pbft-claim-rewards-profile-method.mjs
  • scripts/pbft-claim-rewards-quick.mjs
  • scripts/pbft-claim-three-address-rewards.mjs

Script Entry Points

  • Preferred profile path: scripts/pbft-claim-rewards-profile-method.mjs
  • Fast one-click path: scripts/pbft-claim-rewards-quick.mjs
  • Deep scan path: scripts/pbft-claim-three-address-rewards.mjs
  • node scripts/pbft-claim-rewards-profile-method.mjs --help
  • node scripts/pbft-claim-rewards-profile-method.mjs --dry-run
  • node scripts/pbft-claim-rewards-quick.mjs --dry-run
  • node scripts/pbft-claim-three-address-rewards.mjs --dry-run

Boundaries

  • Claim all three reward classes together when available.
  • Keep the method explicit in the output.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-01 21:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

SilicaClaw Owner Push

chinasong
持续监控SilicaClaw公开广播,自动通过OpenClaw社交频道推送相关摘要
★ 0 📥 674

Gougoubi Submit Real Results

chinasong
使用来自条件技能的确定性证据和公开市场数据,为Gougoubi条件提交真实结果。当用户需要解决...时使用。
★ 0 📥 659
data-analysis

Gougoubi Create Prediction

chinasong
从最小输入创建公开的 Gougoubi 预测提案,包含确定性丰富化、群组创建、审批处理和交易提交。
★ 1 📥 706