intent.md

---
alias: intents
tags: cyber
crystal-type: entity
crystal-domain: cyber
---
an intent is a signal with inception but no sealing โ€” a neuron's public declaration of a directed action before proof is produced

intent = (neuron, inception, scope, identity_proof)


| component | role |
|-----------|------|
| neuron | the declaring agent |
| inception | block height when declared |
| scope | structured description: target particles, predicate, deadline |
| identity proof | neuron's signature over (neuron \|\| inception \|\| scope) |

an intent carries an identity proof (non-repudiable declaration) but no content zheng proof. the proof arrives at sealing, when computation is complete and the intent becomes a signal

three fates for an intent:

- sealed โ€” neuron finalizes with sealing height + zheng proof โ†’ becomes signal
- abandoned โ€” never sealed; record persists in the cybergraph at inception height
- cascaded โ€” triggers coordinated multiparty sub-signals โ†’ see cascade

intents are publicly readable. any neuron can observe pending intents and self-assign as a participant, enabling coordination without a central scheduler

discover all concepts

Graph