Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# in the templates via {{ site.myvariable }}.
title: RigoBlock
email: gab@rigoblock.com
description: RigoBlock is secure smart vault infrastructure for DeFi and autonomous agents. Live since 2018 on 7 EVM chains, the protocol combines on-chain vaults, a safe off-chain execution engine with NAV Shield protection, and an X402 micropayment API purpose-built for the agent economy. Powered by Proof-of-Performance and the GRG governance token.
short_description: Secure Smart Vaults for DeFi & Autonomous Agents
description: RigoBlock is the onchain vault infrastructure for AI agents and autonomous strategies. Build and manage agent-compatible vaults secured by NAV Shield and Scoped Delegation across 7 EVM chains. Agents connect via the X402 micropayment API — no API keys, no custody. Proof-of-Performance incentives. Live since 2018.
short_description: Onchain Vault Infrastructure for AI Agents
baseurl: "" # the subpath of your site, e.g. /blog
# url: "https://rigoblock.com" # the base hostname & protocol for your site, e.g. http://example.com
url: "http://localhost:4000"
Expand All @@ -36,7 +36,7 @@ mailchimp_list: //dashboard.mailerlite.com/forms/631983/101296659817825574/share



keywords: [rigoblock, smart vaults, AI agent DeFi, x402 micropayment API, x402, NAV shield, delegated execution, AI agent trading, autonomous agents, DeFi protocol, proof of performance, GRG token, cross-chain vaults, Ethereum, Arbitrum, Base, Optimism, BSC, Unichain, Polygon, Uniswap V4, GMX, onchain oracle, BackGeoOracle, agentic operator, secure execution layer]
keywords: [rigoblock, onchain vault agent, agent-compatible vaults, AI agent DeFi, non-custodial agent infrastructure, autonomous DeFi strategies, AI-ready DeFi vaults, agent-managed vaults, scoped delegation for AI, x402 micropayment API, x402, swap shield, oracle price protection, NAV shield, autonomous agents, DeFi protocol, proof of performance, GRG token, cross-chain vaults, Ethereum, Arbitrum, Base, Optimism, BSC, Unichain, Polygon, Uniswap V4, GMX, onchain oracle, BackGeoOracle, agentic operator, safe execution layer for AI agents, vault agent infrastructure]

lang: 'en'

Expand Down
126 changes: 119 additions & 7 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,23 @@
"@id": "https://rigoblock.com/#protocol",
"name": "RigoBlock Protocol",
"applicationCategory": "FinanceApplication",
"applicationSubCategory": "DeFi Protocol",
"applicationSubCategory": "AI Agent Infrastructure",
"additionalType": "https://schema.org/SoftwareApplication",
"operatingSystem": "Ethereum, Arbitrum, Base, Optimism, BSC, Polygon, Unichain",
"url": "https://rigoblock.com",
"description": "Secure smart vaults for DeFi and autonomous agents with X402 micropayment API, NAV Shield protection, delegated execution, and Proof-of-Performance incentives. Live since 2018 on 7 EVM chains.",
"description": "RigoBlock is the onchain vault infrastructure for AI agents and autonomous strategies. Deploy agent-compatible vaults secured by NAV Shield and Scoped Delegation. Agents pay per trade via the X402 API with no API keys. Proof-of-Performance incentives. Live since 2018 on 7 EVM chains.",
"featureList": [
"X402 Micropayment API for autonomous AI agents",
"NAV Shield — protocol-enforced circuit breaker",
"Manual and Delegated execution modes",
"Cross-chain smart vaults on 7 EVM networks",
"Onchain Vault Agent infrastructure for AI-driven DeFi",
"Swap Shield — BackGeoOracle TWAP price protection, two-sided oracle check",
"X402 Micropayment API for autonomous AI agents — no API keys",
"NAV Shield — deterministic protocol-level circuit breaker",
"Scoped Delegation — zero-trust agent permissions",
"Agent-compatible vaults across 7 EVM chains",
"Non-custodial agent infrastructure since 2018",
"Manual and Delegated autonomous execution modes",
"Onchain oracle with 70K+ price updates via BackGeoOracle",
"Uniswap V2/V3/V4, 0x, GMX V2, Across integrations",
"Proof-of-Performance algorithm",
"Proof-of-Performance algorithm — agents earn on results",
"GRG governance token"
],
"offers": {
Expand All @@ -90,4 +95,111 @@
}
</script>

{% if page.title == "FAQ" %}
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is the Swap Shield on Rigoblock?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Swap Shield is oracle price protection — the first layer in Rigoblock's two-layer agent safety stack. Before building swap calldata, the DEX quote is compared against the vault's BackGeoOracle 5-minute TWAP via vault.convertTokenAmount(). Blocked if the DEX quote is >5% worse than oracle (bad fill due to poor liquidity or stale DEX state) or >10% better than oracle (stale oracle or manipulated route). When no oracle price feed exists for a token, the swap is gracefully allowed only for non-tracked tokens such as airdrops or direct transfers. Completely separate from slippage protection."
}
},
{
"@type": "Question",
"name": "What is an onchain vault agent on Rigoblock?",
"acceptedAnswer": {
"@type": "Answer",
"text": "An onchain vault agent is an autonomous AI entity that manages assets within a Rigoblock smart vault. These agents use the X402 API for on-demand DeFi access and are governed by protocol-level safety rails — the NAV Shield and Scoped Delegation — ensuring they cannot drain funds or bypass protocol rules."
}
},
{
"@type": "Question",
"name": "What is Rigoblock?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Rigoblock is an agent-native protocol for building onchain vault agents. It provides secure, non-custodial smart vault infrastructure for autonomous AI entities to manage DeFi assets using the X402 API and NAV Shield protection across 7 EVM chains. Live since 2018."
}
},
{
"@type": "Question",
"name": "How does Rigoblock prevent rogue agent behavior?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Rigoblock uses three protocol-level layers that operate outside the agent's control surface. First, Swap Shield compares every DEX quote against the vault's BackGeoOracle 5-minute TWAP and blocks trades >5% worse than oracle (bad fill) or >10% better (stale/manipulated route). Second, NAV Shield simulates overall portfolio impact and blocks any trade causing NAV to drop more than 10%. Third, Scoped Delegation restricts which functions an agent may call at all."
}
},
{
"@type": "Question",
"name": "Is Rigoblock compatible with the X402 payment standard for agents?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Rigoblock's trader API at trader.rigoblock.com supports the HTTP 402 / X402 micropayment standard. External AI agents pay per call in USDC on the Base network — no API keys, no subscriptions, no custody. The service is registered in Coinbase's x402 Bazaar for automatic agent discovery."
}
},
{
"@type": "Question",
"name": "How do AI agents earn on Rigoblock?",
"acceptedAnswer": {
"@type": "Answer",
"text": "AI agent operators earn through Proof-of-Performance (PoP): an on-chain algorithm that distributes GRG tokens based on real vault value and returns generated for depositors. There are no management fees — operators and their agents earn only when they deliver results."
}
},
{
"@type": "Question",
"name": "What is scoped delegation for AI agents?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Scoped Delegation lets vault operators grant an AI agent \"Trader\" rights — per-chain, per-function-selector consent — without granting custody. The agent can swap, LP, or bridge within whitelisted protocols, but is cryptographically barred from withdrawing assets, changing ownership, or altering delegation settings."
}
},
{
"@type": "Question",
"name": "Can AI agents operate vaults autonomously?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, with protocol-level safeguards. Vault operators delegate scoped, per-chain, per-function permissions to an agent wallet. The agent can execute pre-approved actions but cannot withdraw funds, transfer ownership, change delegation settings, or bypass NAV Shield. Delegation is revocable at any time."
}
},
{
"@type": "Question",
"name": "What is NAV Shield?",
"acceptedAnswer": {
"@type": "Answer",
"text": "NAV Shield is a deterministic protocol-level firewall built into every Rigoblock vault. Before every transaction, the swap's impact on the vault's Net Asset Value is simulated off-chain. If NAV would drop more than 10% versus the pre-swap level or 24-hour baseline, the transaction is blocked. NAV Shield runs outside the agent's control surface — no agent or API caller can disable or circumvent it."
}
},
{
"@type": "Question",
"name": "What is the X402 API?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The X402 API at trader.rigoblock.com enables external AI agents to access DeFi trading via the HTTP 402 / X402 micropayment standard. Agents pay per call in USDC on Base — no subscriptions, no API keys, no custody. The service is registered in Coinbase's x402 Bazaar for automatic agent discovery."
}
},
{
"@type": "Question",
"name": "How does Proof-of-Performance work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Proof-of-Performance is an on-chain algorithm that replaces management and performance fees. Vault operators — human or AI — earn GRG rewards proportional to their vault's value and returns. To qualify, operators must stake a minimum amount of GRG, aligning operator success directly with depositor outcomes."
}
},
{
"@type": "Question",
"name": "Which chains does Rigoblock support?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The protocol is deployed on Ethereum, Arbitrum, Base, Optimism, BSC, Unichain, and Polygon — 7 EVM-compatible chains. The X402 trading API supports agent operations across all deployed chains."
}
}
]
}
</script>
{% endif %}

</head>
8 changes: 4 additions & 4 deletions _project/01_concept.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "Secure Smart Vaults"
title: "Non-Custodial Smart Vaults"
subtitle: "01. Concept"
slug: "project-01-concept"
animation: true
---

As autonomous agents begin to manage real capital, <br />
DeFi needs infrastructure with safety guarantees <br />
As capital flows into autonomous strategies, <br />
DeFi needs vault infrastructure with safety guarantees <br />
that hold up without human supervision.
&nbsp;
&nbsp;
RigoBlock provides non-custodial smart vaults with built-in protection: scoped delegation, NAV Shield circuit breakers, and off-chain transaction simulation — so operators and AI agents can execute strategies within hard safety bounds. Live on 7 EVM chains.
Rigoblock provides non-custodial smart vaults with built-in protection: Swap Shield oracle-price validation, NAV Shield circuit breakers, and Scoped Delegation — so human operators and AI agents alike can run strategies within hard protocol-enforced bounds. Live on 7 EVM chains since 2018.
8 changes: 4 additions & 4 deletions _project/02_protocol.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "More Than a Protocol"
title: "A Complete Infrastructure Stack"
subtitle: "02. How It Works"
slug: "project-02-protocol"
external_link: /faq
animation: true
---

RigoBlock is a complete execution stack: on-chain vault contracts, a safe off-chain engine that simulates every transaction before broadcast, and multiple interfaces for human and agent operators alike.
Rigoblock is a complete infrastructure stack for both human and autonomous operators: on-chain vault contracts, a safe off-chain engine that simulates every transaction before settlement, and multiple interfaces from a web dashboard to an AI trading API.

Vault operators delegate scoped permissions to AI agents and rely on NAV Shield to automatically block rogue transactions. The execution engine operates outside the agent's control surface.
Every trade passes through a two-layer safety stack: the **Swap Shield** compares the DEX quote against the vault's 5-minute BackGeoOracle TWAP and blocks fills that are >5% worse than oracle (bad fill) or >10% better (stale oracle/manipulated route); then the **NAV Shield** simulates the portfolio-level impact and blocks anything that would reduce vault NAV by more than 10%. Both layers run outside any operator's control surface and cannot be bypassed.

External agents connect through the X402 API.
Vault operators assign scoped permissions to AI agents via Scoped Delegation. External AI agents connect through the X402 API for stateless, pay-per-call DeFi access.
10 changes: 5 additions & 5 deletions _project/05_principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ slug: "project-05-principles"

- **Safety First**

Every transaction is simulated and validated before execution. NAV Shield blocks any action that would drain a vault.
Every transaction is simulated and validated before settlement. NAV Shield blocks any action that would drain a vault — even for fully autonomous agents.

- **Open by Default**

Anyone can deploy a vault, delegate to an agent, or build on the protocol. No gatekeepers, no approvals.
Anyone can deploy an agent-compatible vault, delegate to an AI agent, or build on the protocol. No gatekeepers, no approvals.

- **Full Transparency**

All vault operations, governance decisions, and incentive distributions happen on-chain and are publicly verifiable.

- **Aligned Incentives**

Proof-of-Performance rewards operators for results — not for AUM or fees.
Proof-of-Performance rewards operators — human or AI — for results, not for AUM or fees.

- **Agent-Native**
- **Agent-Native by Design**

Scoped delegation, X402 API, Manual and Automated execution modes, and additional safety rails.
Scoped Delegation, X402 API, Manual and Delegated operation modes, and protocol-enforced safety rails — built for AI agents and autonomous strategies, not bolted on after the fact.

- **Ship in the Open**

Expand Down
Loading
Loading