# Trust Wallet

The RDDL Trust Wallet combines a powerful development board based on the popular Xiao ESP32-C3 microcontroller with an SE050 Secure Element chip. It enhances product data trustworthiness by providing an immutable digital identity easily connectable to any device on the RDDL Network.

This powerful and adaptable platform for connected devices offers unparalleled protection for sensitive data and enhanced trust through a unique identity verification system. Machines join the network by proving their existence via interconnected Trust Wallets, acting as hardware wallets that establish their identity.

**Why Choose the RDDL Trust Wallet?**

* **Enhanced Security:** The SE050 Secure Element provides hardware-backed security, isolating cryptographic keys and sensitive data from the main microcontroller. This ensures they remain tamper-proof and protected even if the main system is compromised.
* **Simplified Development:** The RDDL Trust Wallet integrates seamlessly with popular development tools and frameworks, allowing you to leverage existing ESP32-C3 resources while adding a layer of robust security without extensive coding or hardware expertise.
* **Compact Design:** Despite its added security features, the RDDL Trust Wallet maintains a compact form, making it ideal for space-constrained machine integrations.
* **Multiple Applications:** Secure boot, data encryption, secure storage, user authentication, and more – endless possibilities!

**Additional Resources:**

* [Seed Xiao ESP32-C3 Documentation](https://wiki.seeedstudio.com/XIAO_ESP32C3_Getting_Started/)
* [SE050 Secure Element Documentation](https://www.nxp.com/products/security-and-authentication/authentication/edgelock-se050-plug-and-trust-secure-element-family-enhanced-iot-security-with-high-flexibility:SE050)
* Using [libocc](https://github.com/rddl-network/libocc) to communicate with the Trust Wallet
* Integrated by the [Energy Agent](https://github.com/rddl-network/energyagent)&#x20;
* [RDDL Trust Wallet Community ](https://discord.gg/2BnqCGpAgY)

**Empower connected devices with the RDDL Trust Wallet, a powerful and versatile solution for secure and reliable identity verification. Its ease of use, compact design, and robust security features unlock diverse applications, building trust and confidence in your interconnected world.**

<figure><img src="/files/opMfNJaevYHYFxPnlncL" alt=""><figcaption></figcaption></figure>


---

# 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/getting-started/trust-anchor.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.
