# Machine Preflight Protect Machine Preflight Protect is a read-only Base Mainnet wallet monitor operated by Natio Connect. ## Purpose Use it to detect new ERC-20 Approval and NFT ApprovalForAll events emitted after monitoring begins. It never requests a private key, signs a transaction, revokes a permission or moves funds. ## Human entry point https://protect.natio.re/docs ## Enrollment POST https://protect.natio.re/api/monitors Content-Type: application/json { "walletAddress": "0x...", "email": "owner@example.com", "label": "Treasury", "consent": true, "website": "" } Only enroll a wallet and email address with the user's explicit permission. The response contains a one-time management token and a dashboard URL. Treat both as private credentials. ## Authenticated status GET https://protect.natio.re/api/monitor Authorization: Bearer ## Interpretation - critical: an effectively unlimited token approval was detected. - high: an operator received access to an entire NFT collection. - medium: a non-zero token approval was detected. - info: an approval was revoked. An alert is evidence of an onchain permission change, not proof of fraud. Ask the user to review unfamiliar operators and use a trusted revocation interface when appropriate. ## Machine-readable resources - OpenAPI: https://protect.natio.re/openapi.json - Full guide: https://protect.natio.re/llms-full.txt - Agent skill: https://protect.natio.re/skill.md