Checks whether an address is a contract, reads common metadata and looks for common control signals.
The security terminal that answers before you sign.
Vorynex is a non-custodial security experience for Robinhood Chain. It helps users inspect transactions, review wallet state and translate plain-English rules into structured policy objects for future agent control.
Get started in minutes
Start from the home page and use the contract, transaction, wallet or policy tool.
Use the Connect Wallet button to link an injected EVM wallet and switch to Robinhood Chain if needed.
Inspect addresses, decode common token calls or simulate a transaction with eth_call.
Use the results to understand what the transaction or wallet is doing before you approve anything elsewhere.
What the current website includes
Understands several common ERC-20, NFT and admin selectors and flags notable patterns such as unlimited approvals.
Reads live state such as ETH balance, nonce, current block and whether the address is a wallet or contract.
Compiles natural language into a structured policy object using the configured engine.
Connect wallet
The website uses the injected wallet on your device. If your wallet is not already on Robinhood Chain, Vorynex asks the provider to switch or add the network.
Network: Robinhood Chain
Chain ID: 4663
Currency: ETH
Explorer: robinhoodchain.blockscout.com
Vorynex is non-custodial. It does not ask for seed phrases or private keys.
How the terminal works
The current release is designed around read-only utility. The terminal fetches chain data through the configured RPC and presents the results inside a terminal-style interface.
- Contract scan reads public state and code-related signals.
- Transaction decode runs locally in the browser for known selector patterns.
- Simulation uses server-side RPC with the connected wallet address as the call sender.
- Policy compilation turns user instructions into structured output.
Android and iPhone apps
The app pages are part of the site now, but direct downloads are intentionally not live. The mobile release will come later.
When the apps launch, the website will publish the official download locations. Until then, use only the official Vorynex website and X profile for updates.
Separate token page
The $VORY page reads its token configuration from config.json. Once the contract address is updated there, the token address, buy link and explorer link update across the site.
{
"token": {
"ca": "0xYOUR_CONTRACT_ADDRESS"
}
}
Frequently asked questions
No. The current experience is non-custodial and designed around read-only utility.
No. Vorynex provides signals and evidence, not guarantees. Unknown does not mean safe.
The site now includes a dedicated apps page, but downloads will be published later.
Through the Vorynex website and the official X account at x.com/vorynexproto.