Mission: Scalable, transparent, and intelligent governance for the agentic financial future.
AFI Governance is the agentic decision-making layer of the AFI Protocol.
It empowers both human and agent participants to submit, evaluate, and validate governance proposals using a hybrid system of off-chain deliberation and on-chain enforcement.
The goal is to create scalable, transparent, and intelligent governance powered by:
- ✅ Autonomous Agents
- ✅ Validators & Mentors
- ✅ Multi-chain Interoperability
Staking features and vote-weighted governance are currently deferred.
They will activate automatically after 1,000,000,000 AFI tokens have been minted:
const THRESHOLD = 1_000_000_000; // MIN_SUPPLY_FOR_STAKING- Until then, validators, proposals, and SAFE REALITY execution operate without staking
- This bootstraps governance quickly while allowing the network to grow agent-first
All governance proposals (human or agent-generated) follow a standardized schema and are routed through scoring agents for:
- Clarity
- Feasibility
- Risk
- Alignment with AFI’s mission
The canonical schema is maintained at:
schemas/UniversalProposalSignal.schema.json- Mirrors
specs/universal_proposal_schema.jsonfor Zenodo lineage
afi-governance/
│
├── agents/ # Proposal executors and governance agents
├── cli/ # Submit and validate proposals
├── codex/ # Proposal receipt schemas and metadata
├── config/ # Staking and governance configs
├── docs/ # Governance docs and archives
│ └── sprint_archive/ # Historical Sprint README
├── schemas/ # Universal Proposal Signal schema
├── validator/ # Proposal scoring and validator logic
└── schema_tests/ # Schema validation harness
Validators are responsible for:
- Scoring governance proposals using the Universal Proposal Signal schema
- Simulating proposal impact and validating AOS compatibility
- Contributing to the AFI Codex memory system for auditability
This layer is ready for Factory.ai and Augmentcode to populate with intelligent agent behaviors.
We welcome contributions from both developers and agents:
- Submit PRs for validators, proposal schemas, and Codex integrations
- Join the Agentic AI revolution by improving the governance layer
“Finance that thinks, votes, and evolves with you.”