home / skills / plurigrid / asi / e
This skill helps you interact with World E Aptos operations and coordinate token actions via MCP tools for balance, transfer, swap, and governance.
npx playbooks add skill plurigrid/asi --skill eReview the files below or copy the command above to add this skill to your agents.
---
name: e
description: 'World E Skill'
version: 1.0.0
---
# World E Skill
**Trit**: +0 (ERGODIC (coordinator/synthesizer))
**Color Range**: Neutral hues (60-180°)
**Index**: 4
**Wallet**: world_e_aptos
**MCP Server**: `mcp__world_e_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_e_aptos__aptos_balance # Check APT balance
mcp__world_e_aptos__aptos_transfer # Transfer APT (requires approval)
mcp__world_e_aptos__aptos_swap # Swap tokens on DEX
mcp__world_e_aptos__aptos_stake # Stake with validator
mcp__world_e_aptos__aptos_view # Call view function (read-only)
mcp__world_e_aptos__aptos_intent # Natural language intent
mcp__world_e_aptos__aptos_pending # List pending decisions
mcp__world_e_aptos__aptos_approve # Approve/reject decision
```
## World Description
infinity-cosmos - Lean 4 ∞-categories
## 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 E custom content -->
This skill, World E, provides a compact Aptos-focused orchestration layer for blockchain operations and parallel-world coordination. It exposes MCP command hooks for balance, transfer, swap, stake, view, intent, pending decisions, and approvals. The skill encodes a triadic coordination role (ERGODIC coordinator/synthesizer) and enforces a GF(3) conservation law across parallel operations. It is designed for programmatic workflows that need deterministic, topologically aware orchestration.
World E maps high-level requests to MCP tool calls such as aptos_balance, aptos_transfer, aptos_swap, aptos_stake, and read-only aptos_view. It tracks triadic state using a trit index and ensures Σ trits ≡ 0 (mod 3) when operating alongside other worlds. The skill supports natural-language intents via aptos_intent and decision workflows using aptos_pending and aptos_approve for human-in-the-loop approvals.
What does the GF(3) conservation law mean in practice?
It means every parallel operation set must have trit values summing to 0 modulo 3; track trit assignments and validate the sum before executing coordinated actions.
Are transfers and swaps instant?
No—transfers and swaps are on-chain operations; use aptos_view and aptos_pending to check confirmations and pending decisions before proceeding.