home / skills / plurigrid / asi / q
This skill helps you manage World Q topological coin operations and triadic coordination using MCP tools and Aptos interactions.
npx playbooks add skill plurigrid/asi --skill qReview the files below or copy the command above to add this skill to your agents.
---
name: q
description: 'World Q Skill'
version: 1.0.0
---
# World Q Skill
**Trit**: +0 (ERGODIC (coordinator/synthesizer))
**Color Range**: Neutral hues (60-180°)
**Index**: 16
**Wallet**: world_q_aptos
**MCP Server**: `mcp__world_q_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_q_aptos__aptos_balance # Check APT balance
mcp__world_q_aptos__aptos_transfer # Transfer APT (requires approval)
mcp__world_q_aptos__aptos_swap # Swap tokens on DEX
mcp__world_q_aptos__aptos_stake # Stake with validator
mcp__world_q_aptos__aptos_view # Call view function (read-only)
mcp__world_q_aptos__aptos_intent # Natural language intent
mcp__world_q_aptos__aptos_pending # List pending decisions
mcp__world_q_aptos__aptos_approve # Approve/reject decision
```
## World Description
Quadrat/matrix 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 Q custom content -->
This skill exposes World Q, a coordinator/synthesizer for Aptos blockchain operations focused on topological and matrix-style orchestration. It centralizes token checks, transfers, swaps, staking, and read-only views through named MCP endpoints. The skill enforces a triadic conservation rule and is designed for parallel coordination with other world agents.
World Q maps operational intents to MCP tool endpoints like aptos_balance, aptos_transfer, aptos_swap, aptos_stake, and aptos_view. It uses a triadic GF(3) role (+0 ergodic) and enforces Σ trits ≡ 0 (mod 3) when coordinating actions in parallel. Commands are sent via the MCP server namespace mcp__world_q_aptos__* and can include natural language intent, pending decisions, and approval actions.
What does the triadic conservation Σ trits ≡ 0 (mod 3) mean?
It is a coordination rule: when World Q operates in parallel with other worlds, the sum of their trit roles must be congruent to zero modulo three to maintain balanced orchestration.
Which MCP endpoints are available?
Primary endpoints include aptos_balance, aptos_transfer, aptos_swap, aptos_stake, aptos_view, aptos_intent, aptos_pending, and aptos_approve for approvals and decision handling.