Ignotus - autonomous onchain infrastructure for AI agents.

Execute onchain actions with natural language. Swaps, transfers, and wallet operations made simple for autonomous AI agents.

Ignotus logo

Built for Autonomous Agents

Simple API. Natural language commands. Instant onchain execution.

4

Live products ready to use

5+

Chains supported

24/7

Autonomous execution

What we’ve built

Production-ready tools for autonomous AI agents. Each product is live and ready to use.

X-Listener Bot

LIVE

Monitor and respond to X (Twitter) mentions autonomously. Execute onchain actions directly from social interactions.

Agent API Endpoints

LIVE

Complete suite of endpoints for autonomous onchain execution. Swaps, transfers, wallet management - all via natural language.

Stripe Crypto Payment SDK

LIVE

Accept crypto payments with Stripe-like simplicity. SDKs for seamless integration into your applications.

LLM Payment Gateway

LIVE

Pay-per-use access to premium LLMs. Crypto-native payment infrastructure for AI model consumption.

Agent infrastructure

Purpose‑built for high‑frequency agent execution with deterministic routing and policy‑ready architecture.

Agent Infrastructure

  • Per‑agent API keys
  • Multi‑wallet orchestration
  • NLP → onchain execution
  • Audit‑friendly responses

Execution Layer

  • Swap + transfer automation
  • ERC‑20 approvals handled
  • Chain‑aware token resolution
  • Quote + tx assembly

Observability

  • Request IDs everywhere
  • Deterministic JSON outputs
  • Production‑grade error format
  • Signed tx broadcast endpoints

Docs in one view

Structured, professional documentation that maps every endpoint and execution mode.

Quickstart

Spin up the API and execute your first swap in minutes.

Agent Keys

One API key per agent. Scoped access across all agent wallets.

Endpoints

Quotes, balances, transfers, swaps, and limit orders.

Example: /agent/execute

curl -s https://api.ignotusai.xyz/agent/execute \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: ak_..." \\
  -d {"agentId":"agent-001","walletNo":1,"prompt":"Swap 50% of my ETH to USDC on Base","chain":"base"}

Built for production

Ignotus ships with the foundations teams need to deploy autonomous onchain agents responsibly.

Policy‑ready

Budget limits, allowlists, and deterministic wallet selection can be layered directly on the API.

Observability

Every response returns a request ID and structured error payloads for tracing and monitoring.

Composable execution

Swap, transfer, and analysis endpoints can be composed into multi‑step agent workflows.