# Inroduction

Trusted Node Network is an Ethereum DApp consisting of 5 core sections available to users:

1. **Staking Portal** where users can stake their native assets to available validators.&#x20;
2. **Multichain Governance** where users can learn about issues currently up for voting and participate in governance.&#x20;
3. **The Vaults** where users can provide liquidity to the Trusted Node ecosystem to earn a share of transaction fees.&#x20;
4. **Liquid Staking** where users can create liquid derivatives representing their staked tokens (i.e., DVPN to tDVPN).&#x20;
5. **DAO Escrow** where users can deposit their $TNODE tokens to receive voting rights and yield multipliers.

![](https://lh6.googleusercontent.com/W3_4Ja3Kv-sDH_zOJsq_f8mYRk6OdkBmeqc6MP1h8FJxXhxvYhW7rPYTIQhxM27zrPRZm505_JYFYWEueJSw1gDBpgOXHwKGY2yvn8rI0sqp0tzufUwq2yjGvU6rZcIXn75We68)

Trusted Node will first launch on the Ethereum network. In the future, it will be deployed on other chains, for example, BSC and Polygon, through cross-chain bridge technology.


---

# 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://whitepaper.trustednode.io/trusted-node-architecture/inroduction.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.
