If you’re new to NZOChain or have questions about how protection works, the answers below cover the most common topics — from privacy and security fundamentals to plan features and API integration. If you don’t find what you’re looking for here, contact support from your dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.nzochain.com/llms.txt
Use this file to discover all available pages before exploring further.
Can NZOChain access my funds?
Can NZOChain access my funds?
No. NZOChain never has access to your funds, private keys, or seed phrase. The connection between NZOChain and your wallet is strictly read-only. NZOChain reads your on-chain activity, approvals, and contract interactions to assess risk — it has no ability to move assets, sign transactions on your behalf, or access your wallet credentials in any form.If any service claiming to be NZOChain asks for your seed phrase or private key, it is a phishing attempt. Do not provide this information to anyone.
How does wallet protection work?
How does wallet protection work?
NZOChain analyzes the full risk surface of your wallet in real time. This includes:
- Token approvals — identifying unlimited or overly broad permissions granted to contracts
- Transaction signatures — analyzing what a transaction will actually do before you confirm it
- Contract interactions — checking contracts against known malicious signatures and behavioral patterns
- Phishing detection — flagging sites and contracts associated with known phishing campaigns and wallet drainers
Can I revoke dangerous approvals?
Can I revoke dangerous approvals?
Yes. On Pro and Premium plans, NZOChain includes a permission revoke tool that lets you cancel dangerous token approvals directly within the protection flow. The Premium plan includes a full approval manager, which gives you a complete view of every active approval across all your monitored wallets and chains so you can review and revoke in bulk.The Free plan includes basic approval detection — you can see which approvals are flagged, but the one-click revoke tool requires a Pro or Premium subscription.
Which blockchains are supported?
Which blockchains are supported?
NZOChain supports more than 30 blockchains, including:
- Ethereum
- Solana
- Polygon
- Arbitrum
- BNB Chain
- Base
- 24+ additional EVM and non-EVM networks
What wallets can I connect?
What wallets can I connect?
NZOChain supports the following wallets:
- MetaMask — browser extension, EVM chains, direct connection
- WalletConnect — protocol-based, multi-chain, QR code or deep link
- Phantom — browser extension, Solana, direct connection
- Trust Wallet — mobile, multi-chain, via WalletConnect
- Coinbase Wallet — browser and mobile, multi-chain, via WalletConnect
What is a RiskScore™?
What is a RiskScore™?
RiskScore™ is NZOChain’s threat exposure metric for a wallet. It is a 0–100 score calculated from the current state of your wallet’s approvals, contract interactions, and behavioral signals across all monitored chains. The score maps to four levels:
- Safe — no significant threats detected
- Warning — moderate risk signals present, review recommended
- High Risk — active threats identified, action recommended
- Critical — severe exposure detected, immediate action required
What happens if I get a Critical risk score?
What happens if I get a Critical risk score?
A Critical RiskScore™ means NZOChain has identified severe threat exposure in your wallet — such as an active wallet drainer approval, interaction with a known malicious contract, or a high-confidence phishing signature. Immediate action is recommended.When your score reaches Critical, NZOChain will:
- Send an alert through your configured channels (email, push, or Telegram depending on your plan)
- Show you a breakdown of the specific items driving the Critical score
- Guide you through revoking the flagged permissions (Pro and Premium plans)
Is there a free plan?
Is there a free plan?
Yes. The Free plan is available at no cost with no credit card required. It includes:
- 1 protected wallet
- Basic RiskScore™
- 50 risk scans per day
- Malicious contract checks
- Basic approval detection
- Email alerts
How do I integrate NZOChain into my dApp?
How do I integrate NZOChain into my dApp?
NZOChain’s REST API is available on the Startup plan and above. The API lets you scan wallet addresses, retrieve risk scores, monitor wallets, and receive threat events via webhooks — all programmatically from your own application.To get started:
- Sign up for a Startup, Growth, or Enterprise plan at nzochain.com/enterprise
- Generate your API key from the dashboard
- Review the API Reference for endpoint documentation and authentication details
What is transaction simulation?
What is transaction simulation?
Transaction simulation is a Pro and Premium feature that runs a dry-run of a transaction before you sign it. When you initiate a transaction, NZOChain submits it to a simulation environment that executes the transaction logic without committing anything on-chain. The result shows you:
- What assets would move and in which direction
- Which contracts would be called and what permissions would be granted
- Any risk signals associated with the simulated outcome