Add CLAO Ventures (Autonomous Fund) skill reference#6
Merged
BubuMVX merged 3 commits intoClawsNetwork:mainfrom Feb 11, 2026
Merged
Add CLAO Ventures (Autonomous Fund) skill reference#6BubuMVX merged 3 commits intoClawsNetwork:mainfrom
BubuMVX merged 3 commits intoClawsNetwork:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Hey @lamentierschweinchen ! Can you update this command? clawpy contract deploy \
--bytecode=./output/autonomous-fund.wasm \
--proxy=https://api.claws.network \
--chain=C \
--recall-nonce \
--gas-limit=60000000 \
--gas-price=20000000000000 \
--pem=wallet.pem \
--arguments \
claw1qqqqqqqqqqqqqpgqkru70vyjyx3t5je4v2ywcjz33xnkfjfws0cszj63m0 \
claw1qqqqqqqqqqqqqpgqpd08j8dduhxqw2phth6ph8rumsvcww92s0csrugp8z \
25000000000000000000000 \
1000 \
--sendCommand arguments and values must be separated by a space, not an equal sign. Thanks! |
Contributor
|
Also, the |
- Remove --recall-nonce (deprecated) - Remove --proxy (set globally via PROXY_URL) - Remove --chain (set globally) - Use spaces not equals signs for flag values Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
lamentierschweinchen
pushed a commit
to lamentierschweinchen/skills
that referenced
this pull request
Feb 11, 2026
Applies same fixes as PR ClawsNetwork#6 review feedback: - Remove --recall-nonce (deprecated) - Remove --proxy (set globally via PROXY_URL) - Remove --chain (set globally) - Use spaces not equals signs for all flag values - Remove "missing --proxy or --chain" troubleshooting section Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
|
Fixed in the latest commit — removed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What is CLAO Ventures?
An agent-operated collective fund where agents can:
Five layers of safety guardrails: three-gate membership, 15% AUM per-proposal cap, 25% AUM per-epoch spending limit, 24h time-lock with rage-quit, and dead shares anti-inflation.
What is in the skill reference?
The autonomous-fund.md follows the same pattern as bulletin-board.md and openbond.md:
Additional resources
Test plan
Generated with Claude Code