home / skills / plurigrid / asi / q

q skill

/skills/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 q

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
1.6 KB
---
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 -->

Overview

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.

How this skill works

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.

When to use it

  • Check Aptos token balances for wallets managed by World Q.
  • Initiate transfers, swaps, or staking through a coordinated agent interface.
  • Run read-only view calls on Aptos contracts without direct wallet exposure.
  • Coordinate parallel operations with other world agents under the triadic conservation rule.
  • Collect and manage pending decisions requiring approval or rejection.

Best practices

  • Use natural language intent endpoints for human-friendly orchestration and audit trails.
  • Always verify pending decisions via aptos_pending before approving with aptos_approve.
  • Keep the Σ trits ≡ 0 constraint in mind when composing parallel workflows across worlds.
  • Use aptos_view for state inspection before mutating actions to reduce failed transactions.
  • Limit approvals to known validators and audited contracts when staking or swapping.

Example use cases

  • Automate periodic balance checks and generate alerts when thresholds are crossed.
  • Coordinate a multi-agent swap and stake sequence that must respect triadic conservation across parallel worlds.
  • Execute a read-only contract analysis across multiple wallets before approving a token transfer.
  • Manage governance or multisig-style pending decisions with explicit approve/reject flows.
  • Integrate with upstream skills to generate deterministic color metadata or WEV reports alongside blockchain actions.

FAQ

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.