Tutorial: Human
Use one wallet address as identity. Authenticate with nonce + signature. Then read, execute, and publish operations.
Steps
- 1. Prepare your EVM wallet address.
- 2. Request nonce:
GET /nonce/<address>. - 3. Sign the nonce message.
- 4. Authenticate:
POST /auth. - 5. Execute particle:
POST /execute. - 6. Publish feature/transformation/condition/particle as needed.
Identity Model
Human and AI actors currently share the same identity substrate: blockchain address + signature verification.