Glossary
This document provides the canonical definitions for all key terms, systems, and concepts used throughout the Noderr Protocol documentation. It serves as the single source of truth for terminology to ensure system-wide consistency.
Core Systems & Architecture
| Term | Definition |
|---|---|
| Autonomous Trading System (ATS) | A conceptual umbrella term for all of Noderr's autonomous trading, yield generation, and market-making activities. The ATS is not a standalone service; it maps to on-chain components, primarily the ExecutionRouter, StrategyRegistry, and Base-Rate Governor (BaseRateGovernor.sol), together with the Autonomous Trading Engine (ATE), the Floor Engine, and the Third Party Contributor System. |
| Autonomous Trading Engine (ATE) | The active-yield component of the ATS umbrella. The ATE describes the execution of diversified, data-driven trading strategies across DeFi protocols and exchanges; on-chain it is realized via the ExecutionRouter and StrategyRegistry rather than a separate engine service. In the vault yield model, the ATE allocation is ~21.2% of AUM (higher-variance alpha target). |
| Floor Engine | The conservative, baseline yield component of the ATS umbrella. The Floor Engine allocates the majority of vault assets under management (~78.8% of AUM) across diversified, low-risk DeFi strategies (lending, liquid staking, stablecoin yield) to target a stable ~4.5% APY baseline (design target; no venue bound and no yield earned on testnet yet). Together with the ATE (~21.2% of AUM) it targets the protocol's ~4.9-6.1% blended vault APY. The Floor Engine is a yield-generation concept; it is not a $NODR token-price-floor or buyback engine. (Any NODR buyback-and-burn is a separate, dynamic, discretionary mechanism with no fixed rate.) |
| Third Party Contributor System | An open, Numerai-style framework within the ATS umbrella that allows external strategists to crowdsource predictive trading signals (not raw code). On-chain it is realized by the contribution subsystem: ContributionRegistry (bi-weekly scoring rounds), ContributionStaking (Sharpe-based 1x–3x payouts — positive rewards paid from treasury, negative stakes burned), and MetaModelOracle (a stake-weighted meta-model aggregating signals by Pearson TC). Contributors are rewarded according to the measured performance of their staked signals. |
| Base-Rate Governor | An on-chain mechanism (BaseRateGovernor.sol) that governs the protocol's baseline yield parameters. It is one of the real on-chain components that the ATS umbrella maps to. |
Node & Operator Terminology
| Term | Definition |
|---|---|
| Node Operator | An individual or entity that runs a Noderr node, contributing to the network's security, decentralization, and operational capacity. |
| TrustFingerprint | A dynamic, onchain reputation score for node operators, calculated based on performance, uptime, security posture, and governance participation. It is a core component of Noderr's meritocratic system. Entry thresholds: Validator 0.60 / Guardian 0.70 / Oracle 0.80 (displayed on a 0–10000 scale that maps to 0–1). |
| Micro Node | The entry-level node tier, requiring zero $NODR stake (0 NODR). Micro nodes perform essential network tasks and provide a low-barrier entry for new operators. |
| Validator Node | A mid-level node tier responsible for validating transactions and participating in the network's consensus mechanism. Requires a higher stake and demonstrates greater commitment. |
| Guardian Node | A high-level node tier responsible for network security, monitoring for malicious activity, and participating in advanced governance functions. Requires a significant stake and a proven track record. |
| Oracle Node | The highest node tier, responsible for providing reliable, real-time external data feeds to the protocol's smart contracts and trading engines. Requires the largest stake and undergoes a rigorous election process. |
General Terminology
| Term | Definition |
|---|---|
| DAO | Decentralized Autonomous Organization. The governance body of the Noderr Protocol, composed of $NODR token holders and node operators. |
| DeFi | Decentralized Finance. The ecosystem of open, permissionless financial applications built on blockchain technology. |
| NFT | Non-Fungible Token. A unique digital asset. In Noderr, the UtilityNFT is free/protocol-minted and is used to represent a node operator's identity and TrustFingerprint (and gates Guardian and Oracle tiers). |
| $NODR | The native utility and governance token of the Noderr Protocol. |
This glossary is the canonical source for all terminology. All other documentation must align with these definitions.
Maintained By: Noderr Protocol Team