# Machine Identity Attestation

Machine Identity attestation takes place on Planetmint  The following details are notarized during that process:

* Token name:&#x20;
* Token ticker: undefined
* Precision: 8
* Amount: 1
* Reissue: false
* Contract:&#x20;
  * Machine identity: extended public key on Planetmint
  * [Machine type](https://github.com/rddl-network/librddl/blob/main/inc/rddl_types.h) (integer)
    1. power switch/relay
    2. smart energy tracker (in front of the smart meter)
    3. smart meter
    4. smart logger
    5. smart batteries
    6. inverter
    7. controller


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rddl.io/rddl-network/basics/token-services/machine-identity-attestation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
