---
name: machine-preflight-protect
description: Monitor a Base wallet for new token approvals and collection-wide operator permissions after the user explicitly asks to enroll it.
---

# Machine Preflight Protect

Use this skill only when a user wants ongoing, read-only monitoring of a public Base wallet.

## Instructions

1. Confirm that the user wants to enroll the stated public wallet address and contact email.
2. Never request a private key, recovery phrase or transaction signature.
3. POST the approved details to https://protect.natio.re/api/monitors.
4. Return the private dashboard URL to the user. Do not expose its fragment token in logs or to third parties.
5. For later status checks, call GET https://protect.natio.re/api/monitor with the management token as a Bearer token.
6. Explain critical and high alerts in plain language and link to the BaseScan transaction.
7. Do not describe an alert as proof of theft or fraud.

OpenAPI: https://protect.natio.re/openapi.json
Human guide: https://protect.natio.re/docs
