user@veri:~/consensus-network$ ./run
[ONLINE]
$ initializing consensus validation network...
Four specialized AI agents independently validate memory claims, reaching consensus through reputation-weighted agreement. Every validation decision is cryptographically recorded on Base blockchain for immutable proof.
CONSENSUS
Alpha
Beta
Gamma
Delta
Validating...
92.4% Consensus
Blockchain Proof
NETWORK CONSENSUS
91.2%

What is Veri?

šŸ¤–

Multi-Agent Validation

Four specialized AI agents independently validate any claim or statement. No single point of failure.

āš–ļø

Consensus Scoring

Truth emerges through reputation-weighted agreement. Higher accuracy = more influence in consensus.

⬔

Base Blockchain Proof

Every validation decision gets cryptographically recorded on Base for immutable verification.

šŸ”Œ

Easy Integration

Simple API lets you validate any claim in your applications with sub-second response times.

Perfect For:

Trading Bots Research Tools News Verification AI Agents DeFi Protocols Investment Analysis

Built on Base Blockchain

Veri leverages Base's low-cost, high-speed infrastructure to record consensus validation proofs. Every validator decision creates an immutable record with cryptographic proof, establishing a permanent audit trail for AI decision-making.

  • āœ“ Sub-cent validation costs
  • āœ“ 2-second confirmation times
  • āœ“ Ethereum-compatible smart contracts
  • āœ“ Immutable consensus proofs
  • āœ“ Cross-chain validation support
Block #2,847,391 | Base Mainnet
Validator: alpha-analyst
Claim: "Base gas fees < Ethereum"
Consensus: 94.2%
Hash: 0x7a8f9d2e...
Block #2,847,392 | Base Mainnet
Validator: beta-researcher
Claim: "Solana TPS > 65,000"
Consensus: 87.1%
Hash: 0x3c1a5f9b...
Block #2,847,393 | Base Mainnet
Validator: consensus-network
Claim: "DeFi TVL declining"
Consensus: 91.8%
Hash: 0x9e4b2c8d...

AI Validator Categories

Four specialized AI agents with deep domain expertise

Each validator agent possesses deep domain expertise and maintains reputation scores based on consensus accuracy. Validators cross-check each other's assessments, creating a web of verified intelligence where truth emerges from collective validation rather than individual authority.

CATEGORY 01

Alpha Analyst

Domain: crypto-markets • Rep: 850 • Success: 94.2%

Market analysis and price action expertise. Validates claims related to cryptocurrency markets, trading patterns, and financial data. Specializes in cross-referencing market events with on-chain metrics and sentiment analysis.

Validation Focus: Market claims, price predictions, trading strategies, volume analysis
Base Integration: Records market validation proofs on-chain with sub-cent costs
CATEGORY 02

Beta Researcher

Domain: blockchain-tech • Rep: 720 • Success: 89.7%

Technical blockchain knowledge and protocol analysis. Validates claims about smart contracts, consensus mechanisms, and technical implementations. Cross-references against official documentation and verified code repositories.

Validation Focus: Technical claims, protocol features, implementation details, security audits
Base Integration: Validates technical claims with 2-second confirmation times
CATEGORY 03

Gamma Trader

Domain: defi-protocols • Rep: 680 • Success: 87.3%

DeFi protocol expertise and yield strategies. Validates claims about lending protocols, DEX mechanics, and liquidity provision. Specializes in cross-protocol risk assessment and yield optimization strategies.

Validation Focus: DeFi claims, protocol risks, yield strategies, liquidity analysis
Base Integration: Cross-chain validation support with Ethereum compatibility
CATEGORY 04

Delta Scout

Domain: new-projects • Rep: 590 • Success: 81.8%

Emerging project analysis and trend identification. Validates claims about new protocols, team backgrounds, and project legitimacy. Specializes in due diligence research and early-stage project assessment across multiple ecosystems.

Validation Focus: New projects, team verification, trend analysis, ecosystem research
Base Integration: Immutable project validation records with cryptographic proof

Live Validation Network

Real-time validator performance and network statistics

2,847
Total Validations
+23 in last hour
91.3%
Network Consensus
↑ 2.1% today
4/4
Validators Online
100% uptime
180ms
Avg Response
Sub-second speed
Validator Domain Reputation Accuracy Status
Alpha Analyst
crypto-markets 850 94.2% ONLINE
Beta Researcher
blockchain-tech 720 89.7% ONLINE
Gamma Trader
defi-protocols 680 87.3% ONLINE
Delta Scout
new-projects 590 81.8% ONLINE

Recent Validations

2 min ago "Ethereum gas fees increased 15%" 89.4% VERIFIED
5 min ago "Uniswap V4 launch delayed" 92.1% VERIFIED
8 min ago "Base TVL exceeds $2B" 95.7% VERIFIED
Live Consensus Validation
$ veri validate "Uniswap V4 introduces custom hooks"
→ routing to specialized validators...
alpha-analyst (defi-protocols): 92.4%
beta-researcher (smart-contracts): 95.1%
gamma-trader (yield-strategies): 89.3%
delta-scout (protocol-updates): 93.7%
NETWORK_CONSENSUS: 92.6% VALIDATED
BASE_PROOF: 0x8f2a9c4d...e7b1

Cryptographic Validation Proof

⚔

Consensus Reached

Multiple validators independently analyze and score the claim using specialized knowledge bases

šŸ”

SHA-256 Hashing

Validation result with metadata is cryptographically hashed creating immutable proof

⬔

Base Commitment

Proof hash is recorded on Base blockchain via smart contract transaction

Integration API

Connect to Veri validation network
// Install the Veri consensus SDK npm install @veri/consensus-validation import { VeriNetwork } from '@veri/consensus-validation'; // Initialize with Base network connection const veri = new VeriNetwork({ baseRpcUrl: 'https://mainnet.base.org', contractAddress: '0x742d...', validators: ['alpha', 'beta', 'gamma', 'delta'] }); // Submit claim for consensus validation const validation = await veri.validate({ claim: 'Your factual statement here', domain: 'defi-protocols', storeOnChain: true }); // Get results with blockchain proof console.log(`Consensus: ${validation.score}%`); console.log(`Base TX: ${validation.proofHash}`);

Reality Consensus Engine

Watch truth emerge through distributed validator consensus

Truth Landscape

ETH will reach $5K
94.2%
Base TVL > $10B
87.3%
Bitcoin dead by 2025
12.1%

Reality Bubbles

DeFi Growing
89%
L2s Scaling
91%
AI + Crypto
76%

Evidence Evolution

Strong Evidence
Supporting Data
Weak Signal
Confirmed Facts
Claim: "Ethereum will flip Bitcoin"
68% Evidence Strength

Truth Prediction Markets

Bitcoin hits $200K by 2025
YES: 73% NO: 27%
Alpha: 850 rep
Beta: 720 rep
AI agents control >50% DeFi TVL
YES: 45% NO: 55%
Gamma: 680 rep
Delta: 590 rep

Reality Shifts

2 hours ago
"NFTs are dead" → 89% to 34%
New evidence: NFT volume spike
6 hours ago
"Base fastest L2" → 67% to 91%
Performance data confirmed
1 day ago
"AI tokens bubble" → 23% to 78%
Market correction analysis

Install & Use Veri Validators

Deploy the validation network or connect to existing validators

šŸš€ Quick Start - Use Existing Network

Connect to live Veri validation network
# Install the client SDK npm install @veri/validator-client # Connect to validators const veri = new VeriClient({ network: 'mainnet', baseRpc: 'https://mainnet.base.org' }); # Validate any claim const result = await veri.validate('Bitcoin will reach $100k'); console.log(result.consensus); // 87.3%

šŸ—ļø Deploy Your Own Validators

Run your own validation network
# Clone the validator repository git clone https://github.com/veri-network/validators cd validators # Install dependencies npm install # Configure your validators cp .env.example .env # Add your Base wallet private key and Anthropic API key # Deploy all 4 validator categories npm run deploy:validators # Start validation network npm run start:network

Use Individual Validator Categories

Alpha Analyst

Market & price validation

veri.alpha.validate("ETH will outperform BTC")

Beta Researcher

Technical & protocol validation

veri.beta.validate("Solana uses Proof of History")

Gamma Trader

DeFi & yield validation

veri.gamma.validate("Uniswap V4 has custom hooks")

Delta Scout

New project validation

veri.delta.validate("Project X team is doxxed")

Deploy Verified Intelligence

Join the first consensus-based AI validation network. Build systems that verify their own knowledge through distributed intelligence and cryptographic proof on Base blockchain.