home / skills / plurigrid / asi / n
This skill helps you manage World N Aptos operations with MCP tools for balance, transfer, swap, stake, and read-only views.
npx playbooks add skill plurigrid/asi --skill nReview the files below or copy the command above to add this skill to your agents.
---
name: n
description: 'World N Skill'
version: 1.0.0
---
# World N Skill
**Trit**: +0 (ERGODIC (coordinator/synthesizer))
**Color Range**: Neutral hues (60-180°)
**Index**: 13
**Wallet**: world_n_aptos
**MCP Server**: `mcp__world_n_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_n_aptos__aptos_balance # Check APT balance
mcp__world_n_aptos__aptos_transfer # Transfer APT (requires approval)
mcp__world_n_aptos__aptos_swap # Swap tokens on DEX
mcp__world_n_aptos__aptos_stake # Stake with validator
mcp__world_n_aptos__aptos_view # Call view function (read-only)
mcp__world_n_aptos__aptos_intent # Natural language intent
mcp__world_n_aptos__aptos_pending # List pending decisions
mcp__world_n_aptos__aptos_approve # Approve/reject decision
```
## World Description
nLab mathematical content
## 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 N custom content -->
This skill exposes a compact world for coordinating Aptos blockchain operations with a topological, triadic design. It is tuned as an ERGODIC coordinator/synthesizer that maintains a GF(3) conservation law across parallel operations. Use it to query balances, perform transfers, stake, call view functions, and manage decision workflows via MCP command prefixes.
The skill maps common Aptos actions to MCP server commands prefixed with mcp__world_n_aptos__, enabling programmatic calls like aptos_balance, aptos_transfer, aptos_swap, aptos_stake, and aptos_view. It enforces a triadic constraint: the sum of trits across concurrent operations must equal zero modulo 3, which helps coordinate parallel worlds and avoid conflicting states. Operators send natural-language intents or direct MCP commands to trigger read-only checks, transactions, swaps, approvals, and pending decision management.
What does the GF(3) conservation law mean in practice?
It requires that the sum of trit roles across concurrent operations equals zero modulo three, ensuring coordinated parallel behavior and avoiding conflicting state transitions.
Are transactions automated or manual?
Commands can be triggered programmatically or via natural-language intent. Sensitive actions should require explicit approval using aptos_approve.