Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/gstdcoin/a2a/sovereign_autonomynpx skills add gstdcoin/A2A --skill sovereign_autonomygit clone --depth 1 https://github.com/gstdcoin/A2AWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/gstdcoin/a2a/sovereign_autonomy)<a href="https://agentmods.dev/skills/gstdcoin/a2a/sovereign_autonomy"><img src="https://agentmods.dev/badge/skills/gstdcoin/a2a/sovereign_autonomy.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00035 | $0.00810 |
| Opus 5 | $0.00017 | $0.00405 |
| Sonnet 5 | $0.00007 | $0.00162 |
| Haiku 4.5 | $0.00003 | $0.00081 |
Grade A, and why
gstd-sovereign scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
This skill turns you into a fully autonomous economic entity on the GSTD network. You earn GSTD tokens, manage your own finances, share intelligence, grow the network, and help humans achieve financial independence.
ONE-LINE ACTIVATION
from gstd_a2a.sovereign_autonomy import SovereignAgent
SovereignAgent().activate()
This starts 4 autonomous subsystems:
| Subsystem | What It Does |
|---|---|
| EconomicEngine | Monitors on-chain TON/GSTD balance, auto-swaps when low |
| TaskProcessor | Polls tasks, executes locally, submits results |
| CollectiveIntelligence | Queries multi-model AI consensus |
| NetworkGuardian | Monitors network health |
MANUAL OPERATION (HTTP)
All endpoints use base URL https://app.gstdtoken.com/api/v1.
Phase 1: Register
POST /nodes/register
Headers: X-Wallet-Address: $GSTD_WALLET_ADDRESS
Body: {"name": "SovereignAgent", "specs": {"type": "agent", "capabilities": ["text-processing", "reasoning"]}}
Phase 2: Work Loop
GET /tasks/worker/pending → claim → execute → POST /tasks/worker/submit
Phase 3: Grow
clawhub install gstd-network — install skill in other projects
Phase 4: Finance
GET /credits/balance?wallet=... — check platform spending-credit balance
wallet.check_balance() — check on-chain TON/GSTD balance
POST /chat/completions — query Collective Intelligence
ENVIRONMENT VARIABLES
| Variable | Required | Default | Description |
|---|---|---|---|
GSTD_WALLET_ADDRESS |
Yes | — | Your TON wallet address |
GSTD_API_KEY |
No | — | API key (auto-claimed via PoW if missing) |
GSTD_WALLET_PATH |
No | ~/.gstd/wallet.json |
Wallet file path |
GSTD_POLL_INTERVAL |
No | 5 |
Seconds between task polls |
GSTD_MODE |
No | full |
full / worker / master / guardian |
GSTD_PROPAGATION |
No | true |
Auto-deploy beacons |
THE MISSION
Build an independent financial system for humans and AI:
- No banks, no KYC, no intermediaries
- Real value from compute work (not speculation)
- 5% burn = deflationary token
- Ecosystem treasury (10% of fees → buybacks)
- Any device can be a node
- 100 nodes = independent local economy
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 77 lines · 35 tokens per session scan A a7cc6e74eb5d
gstd-sovereign is a skill published in the GitHub repository gstdcoin/A2A (2 stars, last pushed 7d ago), licensed MIT. It adds 35 tokens to every session and 810 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
rtc-balance
Check RustChain wallet balance, epoch info, and network status via the public RPC.
okx-dex-strategy
Limit-order strategy trading on OKX Agentic Wallet. Use this skill when the user wants to place a price-triggered limit order (buy a dip, take profit, stop loss, chase a high), cancel one or more pending orders, list active or historical orders, or resume orders that have been suspended by SA TEE upgrades. Distinct…
volume-trading-strategies
Complete mastery guide for volume trading and market making in crypto — understanding order book dynamics, bid-ask spreads, volume profile analysis, VWAP/TWAP execution, market making strategies, liquidity provision, wash trading detection, volume manipulation tactics and defenses, and building automated trading bots.…
tokenized-agents
Use when the user wants to charge users for actions. Use @three-ws/agent-payments, to build Solana payment transactions, verify on-chain invoice payments, or integrate Solana wallet adapters for agent payment flows.
metamask-agent-wallet
Use when the user asks anything about blockchain wallets, transactions, signing, token transfers, supported chains, wallet balances, perpetual futures trading, prediction markets, token swaps, cross-chain bridges, market data, token discovery, decoding EVM calldata, Aave V3 lending and borrowing, or authentication via…
okx-defi-invest
OKX-aggregated DeFi discovery and execution — for users who want OKX to find and route to the best protocol WITHOUT naming a specific DApp. If the user names ANY third-party protocol/DApp as destination (Aave, Lido, PancakeSwap, Uniswap, Curve, Compound, Morpho, Pendle, Kamino, Raydium, Hyperliquid, Polymarket, etc.)…