# Contracts, Audit, KYC

To build trust, transparency, and compliance within the Wagon Network ecosystem, we prioritize secure smart contract development, independent audits, and user verification processes. This page outlines how we ensure the system's integrity and regulatory readiness.

## Smart Contracts

All core financial activities — including lending, staking and WAG Token— are managed by smart contracts. These contracts are deployed on-chain and are immutable once published. Users can interact with them via our user interface or directly through blockchain explorers.

* Contracts are written in Solidity and follow industry-standard design patterns.
* Contract addresses are publicly available for verification.

{% tabs %}
{% tab title="WAG Token" %}

<table><thead><tr><th width="224">Contract</th><th>Address</th></tr></thead><tbody><tr><td>WAG (ETH Network)</td><td><a href="https://etherscan.io/token/0xd50c8a17d5c4b8e2d984933c7e37e5b92d687b8d">0xd50c8a17d5c4b8e2d984933C7E37e5B92d687B8D</a></td></tr><tr><td>WAG (BSC)</td><td><a href="https://bscscan.com/address/0xd50c8a17d5c4b8e2d984933c7e37e5b92d687b8d">0xd50c8a17d5c4b8e2d984933C7E37e5B92d687B8D</a></td></tr><tr><td>Timelock (ETH Network)</td><td><a href="https://etherscan.io/address/0xA71D5F9BB16d8e073CCa5617065Faf6402098C88">0xA71D5F9BB16d8e073CCa5617065Faf6402098C88</a></td></tr></tbody></table>

Audited by Solid Proof <https://github.com/solidproof/projects/blob/main/Wagon%20Network/SmartContract_Audit_Solidproof_WagonNetwork.pdf>
{% endtab %}

{% tab title="Staking" %}

<table><thead><tr><th width="194.81640625">Contract</th><th>Address</th></tr></thead><tbody><tr><td>Staking (ETH Network)</td><td><a href="https://etherscan.io/address/0x28aC3403D3d2c7cC6776284daED0B02528b289AD">0x28aC3403D3d2c7cC6776284daED0B02528b289AD</a></td></tr></tbody></table>
{% endtab %}

{% tab title="RWA Lending" %}

<table><thead><tr><th width="177.48828125">Contract</th><th>Address</th></tr></thead><tbody><tr><td>Lending (BSC)</td><td><a href="https://bscscan.com/address/0x2ebBe1681d914369a0dFcff42213004844472a3F">0x2ebBe1681d914369a0dFcff42213004844472a3F</a></td></tr><tr><td>Lending (Base)</td><td><a href="https://basescan.org/address/0xd73E46c8dDCAF307a2569c66D8cb1366a6799441">0xd73E46c8dDCAF307a2569c66D8cb1366a6799441</a></td></tr></tbody></table>
{% endtab %}

{% tab title="KYC" %}
Wagon Network Dev Team KYC by Coinsult

[https://coinsult.net/projects/wagon-network](https://coinsult.net/projects/wagon-network/)
{% endtab %}
{% endtabs %}


---

# 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.wagon.network/security/contracts-audit-kyc.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.
