WELCOME

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.

Real utilityRun live read-only checks against chain data.
Connect walletUse your existing EVM wallet without giving up custody.
Apps coming soonAndroid and iPhone pages are ready for the later launch.
QUICKSTART

Get started in minutes

1
Open the security terminal

Start from the home page and use the contract, transaction, wallet or policy tool.

2
Connect your wallet

Use the Connect Wallet button to link an injected EVM wallet and switch to Robinhood Chain if needed.

3
Run read-only checks

Inspect addresses, decode common token calls or simulate a transaction with eth_call.

4
Review the evidence

Use the results to understand what the transaction or wallet is doing before you approve anything elsewhere.

CORE MODULES

What the current website includes

Contract scan

Checks whether an address is a contract, reads common metadata and looks for common control signals.

Transaction decode

Understands several common ERC-20, NFT and admin selectors and flags notable patterns such as unlimited approvals.

Wallet inspection

Reads live state such as ETH balance, nonce, current block and whether the address is a wallet or contract.

AI policy builder

Compiles natural language into a structured policy object using the configured engine.

WALLET

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.

TERMINAL

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.
APPS

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.

$VORY

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"
  }
}
FAQ

Frequently asked questions

Does Vorynex hold my assets?

No. The current experience is non-custodial and designed around read-only utility.

Does a low-risk result guarantee safety?

No. Vorynex provides signals and evidence, not guarantees. Unknown does not mean safe.

When will the apps be available?

The site now includes a dedicated apps page, but downloads will be published later.

Where are updates announced?

Through the Vorynex website and the official X account at x.com/vorynexproto.