# Micro Royalties

### Wallet Creation:&#x20;

Each device is provisioned with a Hedera wallet that can store tokens (fungible and non fungible). We achieved this using Hedera Wallet SDKs that allow for the generation of secure wallets for each device.&#x20;

### Micro Royalty Mechanism:&#x20;

Devices receive micro royalties in the form of the Ecosphere native token $PRIME in return for the data they provide. When a device successfully sends data to the smart app, it triggers the smart app to execute a payment to the device’s wallet The quantum is  calculated based on the [tokenomics](/ecosphere/tokenomics/revenue-drivers.md).

### Transaction Management:&#x20;

Ecosphere has implement a method to handle the transaction flow, ensuring that the micro-transactions are processed efficiently on the Hedera blockchain. The smart app monitor transaction confirmations to ensure timely payments are made and any failed transactions are resent to Hedera until the transactions are complete.


---

# 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.ecosphereprime.com/ecosphere/technology/micro-royalties.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.
