diff --git a/README.md b/README.md index b1e776c..37c9f60 100644 --- a/README.md +++ b/README.md @@ -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 --- diff --git a/agentops/agentops_notes.md b/agentops/agentops_notes.md index 1f147b7..aca4e31 100644 --- a/agentops/agentops_notes.md +++ b/agentops/agentops_notes.md @@ -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.** @@ -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 --- diff --git a/docs/README.md b/docs/README.md index 48afe00..81fc75b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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` diff --git a/docs/sections/agent_registry_&_codex_logging.md b/docs/sections/agent_registry_&_codex_logging.md index a747faa..f3c8549 100644 --- a/docs/sections/agent_registry_&_codex_logging.md +++ b/docs/sections/agent_registry_&_codex_logging.md @@ -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**. \ No newline at end of file diff --git a/docs/sections/agentic_emissions_&_reward_tiers.md b/docs/sections/agentic_emissions_&_reward_tiers.md index dac23e6..8ef2863 100644 --- a/docs/sections/agentic_emissions_&_reward_tiers.md +++ b/docs/sections/agentic_emissions_&_reward_tiers.md @@ -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 @@ -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. \ No newline at end of file +> These allocations are dynamically adjusted during each epoch based on measured outcomes, inactivity penalties, and novelty-based rebalancing. \ No newline at end of file diff --git a/docs/sections/challenge_&_dispute_resolution.md b/docs/sections/challenge_&_dispute_resolution.md deleted file mode 100644 index 9e238db..0000000 --- a/docs/sections/challenge_&_dispute_resolution.md +++ /dev/null @@ -1,9 +0,0 @@ -## Challenge & Dispute Resolution - -Validators may challenge the validity or scoring integrity of a signal during the **challenge window** of an epoch. Successful challenges trigger: - -- **Token forfeiture** by the agent submitting the challenged signal or score -- **Reward reallocation** to the challenger -- **Codex update** for agent reputation score - -This dynamic fosters **healthy accountability** while reducing protocol bloat and manipulation. \ No newline at end of file diff --git a/docs/sections/conclusion.md b/docs/sections/conclusion.md index 482a08d..fe1c853 100644 --- a/docs/sections/conclusion.md +++ b/docs/sections/conclusion.md @@ -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. diff --git a/docs/sections/epoch_pulse_&_emission_control.md b/docs/sections/epoch_pulse_&_emission_control.md index 9193700..48fcce6 100644 --- a/docs/sections/epoch_pulse_&_emission_control.md +++ b/docs/sections/epoch_pulse_&_emission_control.md @@ -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. \ No newline at end of file diff --git a/docs/sections/integration_with_xerc20_&_cross-chain_relayers.md b/docs/sections/integration_with_xerc20_&_cross-chain_relayers.md index efc0832..4f308e8 100644 --- a/docs/sections/integration_with_xerc20_&_cross-chain_relayers.md +++ b/docs/sections/integration_with_xerc20_&_cross-chain_relayers.md @@ -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** \ No newline at end of file diff --git a/docs/sections/overview.md b/docs/sections/overview.md index 4e6fe29..e657168 100644 --- a/docs/sections/overview.md +++ b/docs/sections/overview.md @@ -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. \ No newline at end of file +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. \ No newline at end of file