Architecture
Bounded authority, by construction
Noli Nictare uses Robinhood Chain's account abstraction primitives instead of inventing a hot-wallet custody model. The agent holds a credential; the policy holds the authority.
Owner wallet
An existing EVM wallet. Noli Nictare never asks for a seed phrase or an unrestricted key.
Smart account
ERC-4337 / EIP-7702 account with session and spend policies enforced by the provider, not by a bespoke fund-holding contract.
Policy compiler
Turns Oracle answers into a signed policy: contracts, selectors, tokens, recipients, caps, cooldowns, slippage, expiry, mode.
Simulation
Deterministic rule-by-rule trace with balance diff and fees. Invalidated by any change.
Registry (optional)
Records only owner, policy hash, status, and revocation events. Holds no funds. Unaudited and testnet-only.
Receipts
Full detail off-chain under row-level security; only hashes, addresses, IDs, and transaction data on-chain.
Networks
| Environment | Chain ID | Gas | RPC | Explorer |
|---|---|---|---|---|
| Robinhood Chain testnetDefault | 46630 | ETH | https://rpc.testnet.chain.robinhood.com | https://explorer.testnet.chain.robinhood.com |
| Robinhood Chain mainnetWrites disabled | 4663 | ETH | https://rpc.mainnet.chain.robinhood.com | https://robinhoodchain.blockscout.com |
Finality is shown in stages
- Soft confirmed
- Posted to Ethereum
- Ethereum final
Robinhood Chain has soft, posted, and Ethereum-final states, and Noli Nictare shows them separately rather than flattening them into one green tick. Block numbers are not used as a clock and on-chain randomness is not used for anything consequential.
What is not claimed
- Not audited. No independent security review has been performed.
- No live account abstraction integration in this build; adapter interfaces only.
- No mainnet write path is enabled, and Stock Token writes are off entirely.
- No performance promises, projected returns, or personalised recommendations.