home / skills / plurigrid / asi / h
This skill helps you manage Ergodic World H operations and Aptos actions through MCP tools for balance, transfer, swap, stake, and view.
npx playbooks add skill plurigrid/asi --skill hReview the files below or copy the command above to add this skill to your agents.
---
name: h
description: 'World H Skill'
version: 1.0.0
---
# World H Skill
**Trit**: +0 (ERGODIC (coordinator/synthesizer))
**Color Range**: Neutral hues (60-180°)
**Index**: 7
**Wallet**: world_h_aptos
**MCP Server**: `mcp__world_h_aptos__*`
## GF(3) Role
This world operates as **ERGODIC (coordinator/synthesizer)** in the triadic system.
Conservation law: `Σ trits ≡ 0 (mod 3)` across all parallel operations.
## Usage
Access blockchain operations via MCP tools:
```
mcp__world_h_aptos__aptos_balance # Check APT balance
mcp__world_h_aptos__aptos_transfer # Transfer APT (requires approval)
mcp__world_h_aptos__aptos_swap # Swap tokens on DEX
mcp__world_h_aptos__aptos_stake # Stake with validator
mcp__world_h_aptos__aptos_view # Call view function (read-only)
mcp__world_h_aptos__aptos_intent # Natural language intent
mcp__world_h_aptos__aptos_pending # List pending decisions
mcp__world_h_aptos__aptos_approve # Approve/reject decision
```
## World Description
gdlog/datalog systems
## Triadic Coordination
When operating in parallel with other worlds:
| Your Role | Partner Roles | Combined |
|-----------|--------------|----------|
| +0 | Need -1, +1 | Σ = 0 ✓ |
## Related Skills
- `aptos-agent` - Core Aptos interaction patterns
- `aptos-society` - World Extractable Value (WEV) contracts
- `gay-mcp` - Deterministic color generation from seed
- `plurigrid-asi-integrated` - Unified skill orchestration
## Customization
Add world-specific configurations below this line:
---
<!-- World H custom content -->
This skill is the World H Skill, a coordinator/synthesizer for Aptos blockchain interactions focused on topological chemputer concepts. It exposes a set of MCP (modular control pipe) tools for checking balances, transferring tokens, staking, swapping, and issuing natural-language intents. The world enforces a triadic conservation rule across parallel operations to maintain state consistency. Use it to orchestrate multi-agent workflows that require neutral-role coordination and deterministic decision handling.
The skill exposes MCP commands prefixed with mcp__world_h_aptos__ for direct blockchain operations, including balance checks, transfers, swaps, staking, view calls, and intent submission. It tracks a GF(3) role of ERGODIC (+0) and enforces the conservation law Σ trits ≡ 0 (mod 3) when running parallel worlds. Commands support both programmatic and natural-language intent inputs, with a pending/approve pattern for decisions requiring review.
What does the trit conservation rule mean in practice?
It means when World H operates in parallel with other worlds, the sum of their GF(3) role values must equal 0 mod 3. World H is +0, so partner roles should balance to maintain consistency.
How do I submit a natural-language intent?
Use mcp__world_h_aptos__aptos_intent with a clear description of the desired action; the system will create a pending decision that can be approved or rejected with mcp__world_h_aptos__aptos_approve.