# Application Layer

The Application Layer of THXNET. comprises several integrated components designed to facilitate secure identity management, incentivize ecosystem participation, enhance transaction experiences, and establish credibility mechanisms within the network.

#### ID-Wallet / Web3Connect:

This platform integrates Sovereign Identity, NFTs, and [OpenID Connect](/white-paper/openid-connect.md) technologies to empower users as their own authentication and authorization authorities. This integration enables secure credential management and controlled data sharing between organizations and end-users, thereby enhancing data governance, consistency, and interoperability across the ecosystem.

ID-Wallet also supports [advanced wallet configurations ](/white-paper/id-wallet-and-interoperability/advanced-models-of-id-wallet.md)including Proxy Wallet, Multisig Wallet, and MPC Wallet (Multi-Party Computation), allowing both end-users and organizations to control single or multiple ID-Wallets using secure offline private keys in accordance with their specific security requirements.

#### Connect2Earn / Share2Earn:

This incentive mechanism encourages ecosystem growth by rewarding end-users for connecting their ID-Wallet to Leafchain-based applications and for sharing NFTs and referrals that bring new participants into the network. The mechanism is underpinned by the Data Mesh Layer to ensure secure and efficient reward distribution.

#### Transaction Preview:

This shared module enables transaction simulation prior to blockchain confirmation. By generating preview results before final execution, it substantially improves user experience across all integrated applications. While the module is not designed for transaction compression, it performs transaction ordering and execution prediction functions. The system still relies on blockchain network confirmations for final state determination, incorporating functionality to retrieve definitive transaction outcomes.

#### thx! / Web3 Credit Scoring:

To establish and maintain individual credibility within THXNET., we have developed "thx!" as a Web3 credit scoring infrastructure. This system allows third parties to build credibility metrics through gratitude expressions within various communities or organizations. Alternatively, organizations can implement customized scoring methodologies using this application framework. The platform currently offers native APIs, with social network integration (Slack, Discord) forthcoming.

> Our [Launched Services](/white-paper/launched-services.md) are built based on these application components.


---

# 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://thxnet.gitbook.io/white-paper/thxnet.-overview/application-layer.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.
