# Token Services

The following set of service exist on Planetmint

1. [**Machine Identity Attestation**](/rddl-network/basics/token-services/machine-identity-attestation.md) is a process triggered on planetmint to attest machines for the RDDL Network. The extended public keys of the machine are notarized.
2. [**RDDL Purpose Tokens**](/rddl-network/basics/token-services/rddl-purpose-tokens.md) can be issued on Liquid Network by 3rd parties (economic actors) and be used to interact economically with machines, their signals, and their data.
3. [**CID Asset Notarization**](/rddl-network/basics/token-services/cid-asset-notarization.md) is a service on planetmint to notarize assets, that
   * are non-fungible, and
   * contain machine-generated metadata, per the machine owner's discretion.
4. [**Token Wrapping**](/rddl-network/basics/token-services/wrapped-tokens.md) can be used to wrap tokens from other networks as Liquid Tokens. They are called [**wrapped tokens**](/rddl-network/basics/token-services/wrapped-tokens.md)**.**
   * example: Ocean ERC (ETH) token 1:1 wrapped on Liquid via ‘escrow’ account


---

# 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.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.
