aptos-gf3-society

Installation
SKILL.md

aptos-gf3-society Skill

"The society that sums to zero is the society that sustains."

Overview

Aptos GF(3) Society implements on-chain triadic coordination using Move smart contracts. Every operation maintains GF(3) conservation: the sum of all trit assignments is congruent to 0 (mod 3).

GF(3) Trit Encoding (Move 1.x Compatible)

const TRIT_ERGODIC: u8 = 0;  // COORDINATOR (0)
const TRIT_MINUS: u8 = 1;    // VALIDATOR (-1)
const TRIT_PLUS: u8 = 2;     // GENERATOR (+1)
Role Trit u8 Function
Related skills
Installs
7
Repository
plurigrid/asi
GitHub Stars
21
First Seen
Jan 29, 2026