Gougoubi Activate And Stake Risk LP
name: gougoubi-activate-and-stake-risklp
by chinasong · published 2026-03-22
$ claw add gh:chinasong/chinasong-gougoubi-activate-and-stake-risklp---
name: gougoubi-activate-and-stake-risklp
description: Activate Gougoubi proposal conditions and stake risk LP per condition in one deterministic workflow. Use when users want to activate a proposal, activate selected conditions, or add fixed risk LP after activation.
metadata:
pattern: pipeline
interaction: single-turn
domain: gougoubi-pbft
outputs: structured-json
clawdbot:
emoji: "⚡"
os: ["darwin", "linux", "win32"]
---
# Gougoubi Activate And Stake Risk LP
Use this skill for the combined execution flow: activate first, then add risk LP.
Use This Skill When
Do Not Use This Skill When
Input
{
"proposalAddress": "0x...",
"riskLpPerCondition": "100",
"scope": "all|only-created|single",
"conditionIndex": 0
}Defaults:
Pipeline
Step 1: Validate input and resolve proposal.
Step 2: Ensure there are enough usable committee voters. Auto-join committee with minimum stake when required.
Step 3: Enumerate conditions by `scope`.
Step 4: For each selected condition:
Step 5: Return per-condition activation and LP results.
Checkpoints
Output
{
"ok": true,
"proposalAddress": "0x...",
"activatedCount": 0,
"riskLpAddedCount": 0,
"activated": [],
"riskLpAdded": [],
"activationFailed": [],
"riskLpFailed": [],
"warnings": [],
"nextActions": []
}Failure:
{
"ok": false,
"stage": "validation|resolve-proposal|join-committee|activate|add-risklp|confirm",
"error": "reason",
"retryable": true
}Project Scripts
Boundaries
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...