live on robinhood chain
Yield that
hunts for you.
VerdantHood is an autonomous allocation protocol for tokenized real-world assets. An off-chain agent probes yields, signs rebalance intents, and steers an ERC-4626 USDG vault — on-chain, non-custodial, around the clock.
erc-4626 // signed intents // usdg by paxos
Real-world assets,
machine-grade allocation
Tokenized treasuries and credit vaults pay different yields at different times. Chasing the best rate manually means gas, latency, and missed windows. VerdantHood turns the chase into a protocol: deposit USDG once, receive vault shares, and let the agent re-route capital whenever the yield map shifts.
non-custodial — funds live in the vault contract — the agent can only rebalance between whitelisted underlyings, never withdraw
intent-signed — every rebalance is an ECDSA-signed intent, hashed and verifiable on-chain
fully readable — vault state, decisions, and telemetry exposed via dashboard, API, and CLI
target: optimal yield
188 vtx // extrude 0.10
Three moves. Zero babysitting.
deposit usdg
Connect a wallet on Robinhood Chain and deposit USDG into the ERC-4626 vault. You receive arwaUSDG shares that appreciate as yield accrues.
agent hunts yield
Every cycle the off-chain agent probes convertToAssets() on each whitelisted underlying vault, scores APY, and picks a 60/40 max-yield split.
signed rebalance
The agent hashes its allocation intent, signs it, and submits on-chain. The vault verifies the signature and shifts capital — nothing leaves the contract.
The full ops deck
yield leaderboard
Live APY probes across every whitelisted underlying, ranked and blended.
risk center
Per-asset risk scoring, exposure limits, and compliance surface.
operator cli
Full protocol control from the terminal — status, decisions, deposits, AI analysis.
portfolio copilot
An RWA-specialized assistant that reads your on-chain position and the agent's decision log.
rwa registry
Metadata, categories, and risk labels for every underlying asset.
wallet-gated writes
Reads are public; deposits and withdrawals require your signature. No email, no custody.
Open machinery
Five modules, one protocol. Everything that moves capital is on-chain and verifiable; everything that decides is open and inspectable. Audit the strategy, replay the decisions, or build on top with the SDK.
contracts :: solidity · erc-4626 vault + signed-intent rebalancing
agent :: typescript · bun · viem — yield probe & intent signer
web :: next.js dashboard — telemetry, risk, analytics, copilot
cli :: verdanthood-cli — thin client & direct rpc, npm installable
sdk :: @verdanthood/* — core, user, developer, bot packages