Emergency controls0 active · 0 holding authority

Noli Nictare
Robinhood Chain mainnet · chain 4663 · syncing

Agora

Actions

Nothing here is callable until a mandate names it. Verification state, risk flags, and write status are shown on every card.

What this directory contains

Only actions this app can actually perform and verify on Robinhood Chain mainnet are listed: native transfers, ERC-20 transfers, and the reads behind them. Write actions execute real transactions once a mandate in Execute mode names them. Stock Token writes stay unavailable because no verified contract is pinned.

5 actions in the directory

Robinhood Chain

Read native ETH balance

Read
VerifiedLow riskMonitor
Target contract
— (eth_getBalance)
Function selector
Input schema
{ "account": "address" }
Calls
live RPC

ERC-20

Read ERC-20 balance

Read
VerifiedLow riskMonitor
Target contract
any ERC-20 you add
Function selector
0x70a08231
Input schema
{ "token": "address", "account": "address" }
Calls
live RPC

Robinhood Chain

Read chain head and gas price

Read
VerifiedLow riskMonitor
Target contract
— (eth_blockNumber, eth_gasPrice)
Function selector
Input schema
{}
Calls
live RPC

Robinhood Chain

Transfer native ETH to the locked recipient

Write
VerifiedHigh riskTransfer
Target contract
— (direct value transfer)
Function selector
Input schema
{ "to": "address", "value": "uint256" }
Calls
signed per call

ERC-20

Transfer ERC-20 to the locked recipient

Write
VerifiedHigh riskTransfer
Target contract
any ERC-20 you add
Function selector
0xa9059cbb
Input schema
{ "token": "address", "to": "address", "amount": "uint256" }
Calls
signed per call