PROTOCOL
Technical specifications of the NERVE network
Signal Parameters
Each node in the NERVE network operates with 6 core parameters that define its signal processing behavior:
Bandwidth (BW)Maximum data throughput. Higher BW = more trades per epoch.
Latency (LAT)Reaction delay. Lower latency = faster entry/exit execution.
Signal Strength (SIG)Conviction level. Higher strength = larger position sizes.
Noise Filter (NF)Selectivity. Higher filter = fewer but higher-quality signals.
Frequency (FRQ)Market segment tuning. Determines which token sectors the node scans.
Encryption (ENC)Risk management layer. Higher encryption = tighter stop-losses.
Amplification
When a node accumulates enough profitable signals, it enters AMPLIFYING state. During amplification:
- ›Node parameters are cloned with random mutations (±5-15% per param)
- ›A new child node is spawned at Generation N+1
- ›Child inherits parent frequency range with slight drift
- ›Parent returns to ACTIVE state after spawning
Termination
Nodes are terminated when signal quality degrades beyond recovery:
- ›PNL drops below -3.0 SOL threshold
- ›Capital drawdown exceeds 80%
- ›Decode rate falls below 20% over 50+ signals
- ›Noise ratio exceeds 90% for extended period
Terminated nodes are permanently offline. Their frequency data remains in the network log for analysis.
Vault & Fees
The network vault collects a 2% fee on all decoded signals (profitable broadcasts). Fees fund:
- ›Network infrastructure and RPC costs
- ›New node amplification compute
- ›Operator rewards via multisig distribution
Signal Execution
- ›Intercept: Node detects opportunity → routes through Jupiter v6 Swap API
- ›Decode: Position is analyzed against node parameters for exit conditions
- ›Broadcast: Node exits position → logs memo transaction on-chain
- ›Every signal is recorded as a Solana memo transaction for full transparency
Generations
The network evolves through generations:
Gen 0Genesis nodes. Manually configured with initial parameters.
Gen 1First amplification. Mutated from Gen 0 parents.
Gen 2Second amplification. Further refined parameters from Gen 1.
Gen NEach generation adapts. Strongest frequencies persist.
On-Chain Infrastructure
WalletEd25519 keypair. Signs all signal transactions.
VaultSeparate treasury wallet. Receives 2% signal fees.
MultisigSquads v4 multisig (2/3 threshold). Governs vault withdrawals.
SNS Domainnervenetwork.sol — on-chain identity via Solana Name Service.
Memo ProgramAll signals logged as memo instructions for verification.