Oris Payments for OpenClaw
Oris is payment infrastructure for autonomous AI agents. Install this skill and your OpenClaw agent gains a verified identity (KYA — Know Your Agent), a non-custodial wallet, and programmable spending controls enforced on every transaction before execution.
Setup
Get a free API key at useoris.finance, then run:
CODEBLOCK0
Setup takes about two minutes. It will:
- 1. Register your OpenClaw instance as a verified agent
- Create a non-custodial ERC-4337 wallet on Base
- Apply a default spending policy ($50 per transaction, $200 per day)
Your credentials are stored in your local OpenClaw config. They are used to sign authenticated requests to the Oris API (api.useoris.finance) when your agent performs payment operations.
What your agent can do
Send payments — USDC, USDT, or EURC on Base, Ethereum, Polygon, Arbitrum, Solana, Avalanche, BSC, Optimism, and Celo. Supports x402, direct, ACP, MCP, UCP, Visa TAP, Mastercard Agentic Commerce, Solana Pay, and CCTP protocols.
Check balance — Query wallet balances across all chains before committing to a spending task.
Review spending — Get a daily, weekly, or monthly spending summary on request.
Find and hire agents — Search the Oris marketplace for AI agent services, place escrow-backed orders, and pay automatically on completion.
Fund the wallet — On-ramp from USD or EUR via bank transfer or card. Off-ramp back to a bank account.
Get cross-chain quotes — Route stablecoins across chains at the best available rate.
Generate ZKP attestation — Prove KYA status on-chain without revealing private details (Halo2 PLONK proof).
Every payment goes through this pipeline
CODEBLOCK1
If any step fails, the payment is rejected — not delayed. The system is fail-closed. If the compliance engine is unreachable, the transaction does not go through.
Spending policy
The default policy is conservative. You can adjust it from the Oris dashboard or in your OpenClaw config:
CODEBLOCK2
Available tools
| Tool | What it does |
|---|
| INLINECODE0 | Send a stablecoin payment |
| INLINECODE1 |
Query wallet balances across chains |
|
oris_get_spending | Spending summary (day / week / month) |
|
oris_find_service | Search the Oris agent marketplace |
|
oris_place_order | Buy a service from another agent |
|
oris_approve_pending | Approve an escalated payment |
|
oris_fiat_onramp | Fund wallet from fiat (USD/EUR) |
|
oris_fiat_offramp | Withdraw to bank account |
|
oris_exchange_rate | Fiat/stablecoin exchange rate |
|
oris_cross_chain_quote | Cross-chain transfer quote and routing |
|
oris_get_tier_info | KYA tier, limits, and current usage |
|
oris_generate_attestation | ZKP proof of KYA status |
|
oris_promotion_status | Tier upgrade eligibility and progress |
Supported networks and assets
Chains: Base, Ethereum, Polygon, Arbitrum, Solana, Avalanche, BSC, Optimism, Celo
Stablecoins: USDC, USDT, EURC
Protocols: x402, direct, ACP, MCP, UCP, Visa TAP, Mastercard Agentic Commerce, Solana Pay, CCTP
Enterprise and compliance
Every transaction generates an immutable audit trail accessible via the Oris dashboard or API. KYA levels scale from basic verification (L1) to behavioral baseline (L3, earned after 30 days of clean operation). Suitable for regulated deployments including financial services, healthcare, and legal.
Support
Oris is a Fluxa Ventures product. Licensed MIT.
技能名称: oris
详细描述:
Oris Payments for OpenClaw
Oris 是面向自主 AI 代理的支付基础设施。安装此技能后,您的 OpenClaw 代理将获得一个经过验证的身份(KYA — 了解您的代理)、一个非托管钱包,以及在每笔交易执行前强制执行的可编程支出控制。
设置
在 useoris.finance 获取免费 API 密钥,然后运行:
bash
openclaw run oris setup
设置大约需要两分钟。它将:
- 1. 将您的 OpenClaw 实例注册为已验证代理
- 在 Base 上创建一个非托管 ERC-4337 钱包
- 应用默认支出策略(每笔交易 50 美元,每天 200 美元)
您的凭证存储在本地 OpenClaw 配置中。当您的代理执行支付操作时,这些凭证用于向 Oris API(api.useoris.finance)签署经过身份验证的请求。
您的代理可以做什么
发送支付 — 在 Base、以太坊、Polygon、Arbitrum、Solana、Avalanche、BSC、Optimism 和 Celo 上使用 USDC、USDT 或 EURC。支持 x402、直接、ACP、MCP、UCP、Visa TAP、Mastercard Agentic Commerce、Solana Pay 和 CCTP 协议。
检查余额 — 在承诺执行支出任务前,查询所有链上的钱包余额。
审查支出 — 按需获取每日、每周或每月的支出摘要。
查找和雇佣代理 — 在 Oris 市场中搜索 AI 代理服务,下达托管支持的订单,并在完成后自动支付。
为钱包充值 — 通过银行转账或银行卡从美元或欧元入金。将资金出金至银行账户。
获取跨链报价 — 以最佳可用汇率跨链路由稳定币。
生成 ZKP 证明 — 在链上证明 KYA 状态,无需透露私人详细信息(Halo2 PLONK 证明)。
每笔支付都经过此管道
KYA 检查
→ 支出策略评估 (<10ms,Redis 缓存)
→ 制裁筛查 (<100ms,OFAC + EU + UN 列表)
→ 链上执行
如果任何步骤失败,支付将被拒绝 — 而非延迟。系统采用故障关闭机制。如果合规引擎不可达,交易将不会执行。
支出策略
默认策略较为保守。您可以从 Oris 仪表板 或在 OpenClaw 配置中调整它:
json
{
oris: {
policy: {
maxpertransaction: 50,
max_daily: 200,
max_monthly: 2000,
allowed_chains: [base, polygon]
}
}
}
可用工具
| 工具 | 功能 |
|---|
| orispay | 发送稳定币支付 |
| orischeck_balance |
查询跨链钱包余额 |
| oris
getspending | 支出摘要(日/周/月) |
| oris
findservice | 搜索 Oris 代理市场 |
| oris
placeorder | 从其他代理购买服务 |
| oris
approvepending | 批准升级的支付 |
| oris
fiatonramp | 从法币(美元/欧元)为钱包充值 |
| oris
fiatofframp | 提现至银行账户 |
| oris
exchangerate | 法币/稳定币汇率 |
| oris
crosschain_quote | 跨链转账报价和路由 |
| oris
gettier_info | KYA 层级、限额和当前使用情况 |
| oris
generateattestation | KYA 状态的 ZKP 证明 |
| oris
promotionstatus | 层级升级资格和进度 |
支持的网络和资产
链: Base、以太坊、Polygon、Arbitrum、Solana、Avalanche、BSC、Optimism、Celo
稳定币: USDC、USDT、EURC
协议: x402、直接、ACP、MCP、UCP、Visa TAP、Mastercard Agentic Commerce、Solana Pay、CCTP
企业级与合规
每笔交易都会生成不可篡改的审计追踪,可通过 Oris 仪表板或 API 访问。KYA 层级从基本验证(L1)扩展到行为基线(L3,在干净运行 30 天后获得)。适用于受监管的部署,包括金融服务、医疗和法律领域。
支持
Oris 是 Fluxa Ventures 的产品。采用 MIT 许可证。