Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ The AFI Token is not pre-mined or unlocked arbitrarily. It is minted *dynamicall
## 🌐 Core AFI Protocol Repos

- [`afi-core`](https://github.com/afi-protocol/afi-core) – Signal pipeline, validator logic, DAG schemas
- [`afi-governance`](https://github.com/afi-protocol/afi-governance) – DAO, staking, challenge windows
- [`afi-governance`](https://github.com/afi-protocol/afi-governance) – DAO, staking, protocol decisions
- [`afi-token`](https://github.com/afi-protocol/afi-token) – 💠 You are here

---
Expand Down
4 changes: 2 additions & 2 deletions agentops/agentops_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It is the canonical source of truth for:
- Epoch Pulse logic for emissions halts and resumptions
- AAG (Autonomous Agent Governance) tracking and decay control
- Novelty-aware reward distribution to agents and signal providers
- Incentive mechanism weights, challenge resolution logic, and scoring multipliers
- Incentive mechanism weights and scoring multipliers

**All logic here should be treated as the root-layer authority over AFI token emissions and minting mechanics.**

Expand Down Expand Up @@ -60,7 +60,7 @@ Agents may simulate or verify:
- Emission curve behavior under various AFII/AAG combinations
- Pause/resume conditions under simulated network instability
- Novelty-weighted signal submission and reward deltas
- Agent challenge outcomes and redistribution flows
- Agent outcome measurement and redistribution flows

---

Expand Down
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ All core documents are located in the `sections/` subfolder:
- `agentic_emissions_&_reward_tiers.md`
- `novelty-aware_reward_system.md`
- `epoch_pulse_&_emission_control.md`
- `challenge_&_dispute_resolution.md`
- `integration_with_layerzero_&_cross-chain_relayer.md`
- `conclusion.md`

Expand Down
1 change: 0 additions & 1 deletion docs/sections/agent_registry_&_codex_logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Every token minted via emissions is logged in the `.afi-codex.json` stream—cap
- Epoch and block timestamp
- Signal source and scoring agent identity
- Novelty score
- Challenge history (if applicable)
- Final emission value

This makes the token system **audit-friendly**, **backtestable**, and **agent-trainable**.
4 changes: 2 additions & 2 deletions docs/sections/agentic_emissions_&_reward_tiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Reward allocation is split among three core agent roles, each contributing disti

1. **Scoring Agents (Validators)** – up to **60%** of each emission block
- For executing and verifying advanced signal scoring pipelines
- Adjusted based on novelty metrics and resolved challenges
- Adjusted based on novelty metrics and measured outcomes

2. **Signal Providers** – up to **30%**
- For submitting raw or enriched signals into the pipeline
Expand All @@ -13,4 +13,4 @@ Reward allocation is split among three core agent roles, each contributing disti
3. **Governance Validators (DAO)** – remaining **10%**
- For participating in key epoch transitions, proposals, and votes

> These allocations are dynamically adjusted during each epoch based on challenge outcomes, inactivity penalties, and novelty-based rebalancing.
> These allocations are dynamically adjusted during each epoch based on measured outcomes, inactivity penalties, and novelty-based rebalancing.
9 changes: 0 additions & 9 deletions docs/sections/challenge_&_dispute_resolution.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/sections/conclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The AFI Token is not a reward. It is **evidence** of participation in the collec
Its architecture has been carefully crafted to:
- Encourage original signals and deep analysis
- Sustain validator consensus and uptime
- Adapt to novelty, challenge, and cross-chain demand
- Adapt to novelty, measured outcomes, and cross-chain demand
- Align with the long-term vision of decentralized financial intelligence

The protocol does not merely emit tokens.
Expand Down
1 change: 0 additions & 1 deletion docs/sections/epoch_pulse_&_emission_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Epochs define rhythmic cycles of emission distribution, checkpointing, and on-ch
Each epoch includes:
- **Signal ingestion and scoring windows**
- **Validator consensus periods**
- **Challenge and dispute resolution mechanisms**
- **Emission finalization and agent reward disbursement**

In the event of network downtime, emissions can be paused via a secure smart contract circuit and resumed via `resume-process.md`. These operations are scoped, auditable, and require consensus input from a quorum of validators.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
AFI token minting and emissions logic natively support [xERC20](https://github.com/defi-wonderland/xERC20) and the **Cross-Chain ERC-20** standard, enabling seamless movement across supported chains.

Each `xerc20-validator-relay.ts` handler ensures:
- Emission proofs and challenge outcomes are **relayed to origin chain**
- Emission proofs are **relayed to origin chain**
- Cross-chain scoring agents remain **in sync with epoch boundaries**
- Gas efficiency and validator cost accounting are **transparent and capped**
2 changes: 1 addition & 1 deletion docs/sections/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

At the heart of Agentic Financial Intelligence (AFI) lies a native emissions protocol: an evolving, multi-agent incentive system designed to reward signal contribution, validation, and insight. The AFI Token ($AFI) is not merely a utility token; it is a representation of proof-of-contribution, temporal relevance, novelty, and agentic cognition.

The AFI token architecture merges deterministic emissions logic with adaptive challenge mechanics and novel-signal detection. Its goal is to maintain a credible, trustless incentive stream for scoring agents, signal providers, validators, and governance participants—each of whom plays a unique role in evolving the financial cognition of the protocol.
The AFI token architecture merges deterministic emissions logic with measured-outcome feedback and novel-signal detection. Its goal is to maintain a credible, trustless incentive stream for scoring agents, signal providers, validators, and governance participants—each of whom plays a unique role in evolving the financial cognition of the protocol.
Loading