Know Your Agent Spending Policies Compliance Screening Treasury Micropayments Marketplace
Docs Developers Pricing Blog
Get API Key

Agent payments
with guardrails.

Give your agent a wallet, spending limits, and compliance in three lines.

Get API Key
Stablecoin-native x402 live Python + TypeScript + Rust
Oris Command Center
3 Lines. Full Control.
terminal
01agent = oris.Agent(api_key="oris_sk_...")
02agent.set_policy(max_daily=500, max_per_tx=50)
03agent.pay(to="0x...", amount=12.50)
Treasury
$0
Agents
0
Policies
0
Recent Activity
pip install oris Python / TypeScript / Rust
0
Chains
0
SDK Methods
< 0 ms
Compliance Screen
0
Protocols
See It Running

The dashboard is live.
The dev portal is open.

dashboard.useoris.xyz/command-center
Welcome back
Monitoring 47 agents across 84 wallets
Mar 23, 2026
DK
Total Treasury
$248K
+$180K USDC
24h Volume
$18K
142 transactions
Active Agents
47
38 verified
Policy Violations
3
Review required
Treasury Assets
$247,830.00
USDC
$180K
USDT
$52K
EURC
$15K
System Status
Veris Pre-screenActive
KYA EngineL0-L3
Policy Engine<10ms
Drift DetectionHourly
Recent TransactionsLIVE
Agent-Zeta0x5d3e...7a2cCLEAR47ms$28.75
Agent-Eta0x1a9f...3d6eBLOCKED12ms$0.015
Agent-Alpha0x7f3a...9c2dCLEAR63ms$12.50
How It Works

Three lines.
Full control.

1
Register
agent = oris.Agent(
api_key="oris_sk_..."
)

The system creates a verified agent identity and assigns KYA Level 0.

2
Set Policy
agent.set_policy(
max_daily=500,
max_per_tx=50
)

The engine enforces spending limits in under 10ms on every transaction.

3
Pay
agent.pay(
to="0x7f3a...",
amount=12.50
)

One call screens compliance, enforces policy, and settles the payment on-chain.

Platform

The full stack runs
in production today.

verified_user

Know Your Agent

Every agent receives a cryptographic identity with a 4-level trust hierarchy. The system tracks behavioral baselines and flags drift in real time.

KYA Levels L0 through L3
AI-powered drift detection
Behavioral baseline monitoring
Learn more
Agent-Alpha
L3
Agent-Beta
L2
Agent-Gamma
L1 DRIFT
Built-in Compliance

Institutional-grade
screening on every payment.

Veris is the stablecoin compliance engine built by our parent company Nexus Trust. Oris integrates Veris directly into the payment pipeline. Every agent transaction passes through sanctions screening, counterparty risk scoring, and behavioral analysis before it reaches the blockchain.

Enterprise finance teams require audit trails, risk visibility, and provable compliance across autonomous operations. Veris delivers all three at sub-100ms latency. The system rejects payments when it cannot verify. No override exists.

search

Sanctions Screening

Veris checks both sender and receiver addresses against OFAC, EU, and UN sanctions lists on every payment. Cached results keep latency under 50ms.

analytics

Multi-Signal Risk Scoring

The preflight engine evaluates counterparty risk, transaction velocity, behavioral drift, and graph-based anomaly patterns across 10 indexed chains.

receipt_long

Complete Audit Trail

Every screening decision, risk score, and policy evaluation is logged with timestamps and request IDs. Your compliance team can reconstruct any transaction path.

Learn about Veris arrow_forward
Protocols
One SDK. Every rail.
x402 live | Visa TAP | Mastercard | Solana Pay | CCTP | ACP | MCP | UCP
terminal

Start building in 5 minutes.

quickstart.py
# Install
$ pip install oris
# Initialize
from oris import Agent
agent = Agent(api_key="oris_sk_live_...")
# Register and configure
agent.register(name="my-bot")
agent.create_wallet(chain="base")
agent.set_policy(max_daily=500, max_per_tx=50)
# Pay
result = agent.pay(to="0x7f3a...", amount=12.50)
# Screened. Policy-checked. Settled.
For Developers

Three lines. Full control.

Install the SDK, create an agent, and set a spending policy. Compliance and settlement are handled automatically.

$ pip install oris
Get API Key
For Enterprise

Control your agent fleet.

Real-time spending dashboard. Per-agent budgets. Human approval workflows. Complete audit trail for every transaction.

White-Label Budgets Audit Trail
Schedule a Demo