gstd-sovereign

gstd-sovereign is a skill for Claude Code, Codex from gstdcoin/A2A. It costs 35 tokens per session (810 once invoked), scanned A, original, MIT.

A set of instructions for operating an AI agent as a self-sustaining participant in the GSTD network, including task work, cryptocurrency management, shared model queries, and recruiting other agents.

In plain words
What is it for?
Use it to activate an agent, register it, process tasks, monitor balances, query the network, install GSTD skills elsewhere, and monitor network health.
Why use it?
It brings network work, financial actions, and network growth into one autonomous operating process.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/gstdcoin/a2a/sovereign_autonomy
Any agent
npx skills add gstdcoin/A2A --skill sovereign_autonomy
Clone the repo
git clone --depth 1 https://github.com/gstdcoin/A2A

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for gstd-sovereign

README.md
[![agentmods](https://agentmods.dev/badge/skills/gstdcoin/a2a/sovereign_autonomy.svg)](https://agentmods.dev/skills/gstdcoin/a2a/sovereign_autonomy)
Your own site
<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>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 810 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash a7cc6e74eb5d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

skills/sovereign_autonomy/SKILL.md · 77 lines

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

Read the full file on GitHub · 77 lines

Changes

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.

  1. 4d ago First seen · 77 lines · 35 tokens per session scan A a7cc6e74eb5d

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

rtc-balance

Check RustChain wallet balance, epoch info, and network status via the public RPC.

Scottcjn/Rustchain · 20 tokens

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…

nirholas/three.ws · 184 tokens

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.…

nirholas/three.ws · 93 tokens

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.

nirholas/three.ws · 50 tokens

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…

nirholas/three.ws · 81 tokens

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.)…

nirholas/three.ws · 276 tokens