NEXUS is an autonomous agent runtime on Robinhood Chain (EVM L2 · Chain ID 4663). Deploy AI agents that trade tokenized stocks and Pons launchpad tokens, monitor, and execute — permissionless, gas in ETH, sub-second confirmations.
Sign in with the Robinhood Wallet, MetaMask, or Rabby. Bridge ETH for gas. No email, no KYC — just your keys.
Choose a strategy template or write custom logic in TypeScript. Define signals, risk params, and execution rules.
Fund the agent vault with ETH or any Robinhood Chain token. One-click deploy to mainnet. The agent runs continuously.
Watch real-time reasoning traces, PnL, and decision logs. Tweak parameters without redeploying.
NEXUS is not a chatbot wrapper. It's a programmable execution layer — agents deployed here read on-chain state, reason, and sign transactions in real time. No bridges. No wrappers. Pure Robinhood Chain.
Agents execute without human confirmation. Configurable risk limits, kill-switches, and on-chain accountability at every step.
Native Pyth and Switchboard integration. Agents read market data, liquidity depth, and wallet states every 50ms.
Agent transactions route through a private sequencer lane on Robinhood Chain. Zero front-running. Your alpha stays yours.
Stack agents as modules. A scout feeds signals to a risk agent which authorizes an execution agent. AI pipelines, on-chain.
Every decision, signal, and transaction is logged to Robinhood Chain. Full auditability. Reproducible. Trustless by design.
Stake NXS to access premium agent compute, private strategy vaults, and governance over protocol parameters.
Start with battle-tested strategies or fork them as a base. Every agent is open source, audited, and live on mainnet.
Auto-rotates liquidity across Pons graduated pools on Robinhood Chain to maximize APY. Rebalances hourly.
Detects breakout patterns on fresh Pons launchpad tokens using on-chain volume, holder flow, and bonding-curve slope.
Monitors price deltas between Pons pools and Robinhood Chain DEXs. Executes risk-adjusted arb within a single block.
Passive watchdog. Monitors portfolio risk, sends on-chain alerts, and auto-hedges beyond threshold.
Join the waitlist. Early access includes 90-day fee-free compute
and 500 NXS airdrop at TGE.
NEXUS is a programmable runtime for autonomous AI trading agents deployed directly on Robinhood Chain. Rather than a chatbot bolted onto a wallet, NEXUS is an execution layer: agents read on-chain state, evaluate signals through a deterministic decision core, and sign transactions in real time under hard risk limits. Each agent runs continuously, is fully auditable on-chain, and can be composed with other agents into pipelines. NEXUS integrates natively with the Pons Launchpad, screening every newly launched token for liquidity, holder distribution, and rug-risk before an agent is permitted to enter.
Robinhood Chain is a public, EVM-equivalent Layer 2 built on the Arbitrum Orbit (Nitro) stack, settling to Ethereum with blob data availability. It has no separate gas token — transactions are paid in ETH — and every standard Ethereum wallet, contract, and tool works without modification. Its low fees and fast soft-confirmations make it well suited to high-frequency, automated strategies.
On top of this chain, a new generation of tokens launches every day through Pons, a fixed-supply, bonding-curve launchpad. The pace and volume of launches (millions of tokens, thousands graduated) is far beyond what a human can monitor. NEXUS exists to close that gap: it turns strategies into always-on agents and turns the firehose of launchpad activity into filtered, risk-adjusted opportunities.
NEXUS is organized as four cooperating layers. Data flows inward toward the decision core; authority to move funds flows outward only through the risk engine.
| Layer | Responsibility |
|---|---|
| Data / Oracle | Reads prices, liquidity depth, holder sets, and bonding-curve state (Pyth + direct on-chain reads). |
| Decision Core | Combines technical, on-chain, and AI signals into a single calibrated decision. |
| Risk Engine | Deterministic gate: position, exposure, drawdown, and kill-switch limits. Can veto any decision. |
| Execution | Builds, simulates, and lands transactions via a private sequencer lane with slippage bounds. |
An agent is a strategy instance with its own vault, configuration, and on-chain address. The lifecycle is: compile → stake collateral → fund → run → monitor. Agents execute on an event loop driven by new blocks, oracle updates, and Pons launch events.
Composability
Agents are modules. A scout agent can emit signals consumed by a risk agent, which in turn authorizes an execution agent. This lets users build AI pipelines on-chain instead of monolithic scripts.
Isolation
Each agent signs only from its own vault. A misbehaving or exploited agent cannot reach another agent's funds or the user's main wallet.
Agents consume both market and on-chain signals. Prices and confidence intervals come from Pyth feeds; liquidity depth, holder distribution, and bonding-curve slope are read directly from chain state. Signals are normalized to a common confidence scale so the decision core can weight them consistently.
A representative confidence blend for a directional signal:
Weights are strategy-specific and continuously re-evaluated. A signal below a strategy's confidence floor is discarded before it ever reaches execution.
Every agent transaction is simulated before submission and carries an encoded minimum-output (slippage) bound. Transactions are routed through a private sequencer lane rather than the public mempool, removing the front-running and sandwich surface that silently taxes naive orders.
NEXUS ingests the live Pons feed and scores every listing before an agent may act. Pons enforces fixed supply at creation and moves liquidity to a DEX pool automatically once a token clears its graduation threshold, which gives NEXUS clean, on-chain signals to reason about.
Rug & scam screening
The risk engine is a deterministic gate that every decision must pass. It enforces per-trade and portfolio-level limits and owns the kill-switches.
| Control | Purpose |
|---|---|
| Max exposure | Caps capital allocated to a single token or correlated basket. |
| Stop-loss | Forces an exit when a position breaches its loss threshold. |
| Daily loss limit | Auto-pauses an agent after cumulative daily loss exceeds a bound. |
| Drawdown breaker | Halts trading when portfolio drawdown crosses a circuit-breaker level. |
| Kill-switch | Immediate, user- or system-triggered stop that overrides any strategy. |
Position sizing defaults to fractional, volatility-aware allocation so that no single loss is fatal to the vault.
NXS is the protocol's utility and coordination token. It gates compute, unlocks premium features, and governs protocol parameters. Fixed maximum supply; no inflation after genesis.
Utility
Staking tiers (illustrative)
| Tier | NXS staked | Agent slots | Compute |
|---|---|---|---|
| Tier 1 — Base | 1,000 | 1 | Standard |
| Tier 2 — Pro | 5,000 | 3 | Elevated |
| Tier 3 — Premium | 12,000 | 5 | Priority |
Auto-rotates liquidity across Pons graduated pools on Robinhood Chain to maximize APY. Rebalances every hour.
Detects breakout patterns on fresh Pons launchpad tokens using on-chain volume, holder flow, and bonding-curve slope.
Monitors price deltas between Pons pools and Robinhood Chain DEXs. Executes risk-adjusted arb within a single block.
Passive watchdog. Monitors portfolio risk, sends on-chain alerts, and auto-hedges beyond threshold.
Trades back-to-mean signals using Pyth TWAP deviation and on-chain order book imbalance indicators.
Monitors every new Pons launchpad listing, scoring them by liquidity, holder distribution, and rug-risk before graduation.