NodusAI is an Oracle API that produces grounded, probabilistic market signals
NodusAI-Your-Prediction-Oracle is an early-stage HTML project in the AI payments / x402 ecosystem, focused on avalanche, base, blockchain, ethereum. It currently has 2 GitHub stars and 2 forks, and sits alongside related tools like mcp-server, provider, x402charity, sdk, cli, common.
Website: https://nodusai.app
Probabilistic likelihood assessments powered by real-time data analysis
Note: This repository intentionally excludes NodusAI's proprietary oracle engine. The core assessment logic, scoring algorithms, and production infrastructure are not included.
NodusAI is an outcome-focused research and verification platform designed to provide evidence-backed likelihood assessments for prediction markets and decision systems.
Rather than generating opinions or predictions, NodusAI produces structured research signals grounded in publicly available information, with clear sourcing, timestamps, and uncertainty.
NodusAI helps users and developers assess how strongly current public evidence supports a specific outcome, such as outcomes listed in prediction markets or event-based questions.
Core capabilities include:
To avoid ambiguity, NodusAI is intentionally not:
Outputs are probabilistic research signals, not assertions of fact.
NodusAI integrates x402, enabling:
This model allows access to research signals without relying on tokens, ads, or data extraction.
NodusAI provides evidence-backed likelihood assessments based on publicly available information.
NodusAI does not provide financial, investment, legal, or tax advice. All outputs are for informational and research purposes only.
For more details, see docs/legal.md
NodusAI is under active development. Interfaces and schemas may evolve as the platform expands.
See docs/legal.md for complete terms and conditions.
MIT License - See LICENSE for details.
Documentation Issues: Open a GitHub issue Security Concerns: See SECURITY.md
// All examples use mock endpoints - replace with your actual API URL const response = await fetch('https://api.example.com/v1/assess', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer YOUR_API_KEY' }, body: JSON.stringify({ query: 'Will the Federal Reserve raise interest rates in Q1 2026?', sources: ['news', 'government', 'financial'] }) });
const result = await response.json(); console.log(result.assessment); // e.g., "Unlikely" console.log(result.likelihood); // { estimate: 0.35, lower_bound: 0.25, upper_bound: 0.45 }
API Reference - Endpoints, authentication, request/response formats Architecture Overview - System design (public components only) X402 Payments - Crypto micropayment integration Security - Security practices and guidelines Legal & Disclaimers - Terms, liability, and usage restrictions
├── docs/ # Documentation ├── schemas/ # JSON schemas for API validation ├── examples/ # Code examples and client libraries ├── demo-ui/ # Interactive demo (mock data only) └── README.md # This file
MCP server for Azeth — smart accounts, payments, reputation, and discovery tools for AI agents
x402 service provider tooling for Azeth — gate Hono endpoints behind x402 payments
Automatic micro-donations powered by x402. Drop-in Express/Next.js middleware that sends USDC to charities on every user action. npm install x402charity.
TypeScript SDK for Azeth — smart accounts, x402 payments, reputation, and service discovery
CLI for Azeth — register, discover, pay, and manage machine participants
Shared types, constants, ABIs, and errors for Azeth — trust infrastructure for the machine economy
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
Drop-in OpenAI Python client with transparent x402 payment support.
TypeScript Interface for Machine Payments Protocol
Drop-in OpenAI Typescript client with transparent x402 payment support.
Production-ready x402 facilitator server.
Rust SDK for the x402 payment protocol.