Skip to main content
A Neuro-Feature represents an asset or right created through an approved contract. Its definition can include a state machine and Script expressions that respond to events.

Author a token from scratch

Define a creation contract, add a machine and Script, and use the supplied HTTP commands.

Inspect an existing token

Retrieve an asset, its creation contract, notes, and event history.

Prepare the required objects

Keep the template ID, creation contract ID, and token ID separate. The template defines the parties, parameters, signatures, and machine behavior. Token creation depends on the provider’s approval and execution rules.

Before creating a token

Follow the contract approval process, arrange the TrustProvider signature, and confirm the creation amount, commission, and token permissions. The authoring guide lists the requirements for the example. A state machine ending does not transfer or destroy its token. To transfer, donate, or destroy an asset, use the actions defined by its contract and provider. Use the schema catalog, Script reference, and LegalLab examples when adapting the definition.