# Proof of Solvency

## Introduction

Unlike the majority of stablecoins protocols, Parallel V3 doesn't rely on multisigs or MCP vaults for its backing management but on onchain & permissionless smart contracts called [Parallelizer Module](/products/parallel-v3/how-it-works/parallelizer-module.md). The [Parallelizer Module](/products/parallel-v3/how-it-works/parallelizer-module.md) is handling mint, burn & redeem operations within DAO approved [parameters](/products/parallel-v3/stablecoins-and-savings/usdp-and-susdp/implementation.md), you can learn more about it [here](/products/parallel-v3/how-it-works/parallelizer-module.md). Users, keepers and anyone can freely interact with the backing of Parallel V3 Stablecoins without any cooldown.

The DAO, nor protocol contributors have access to Parallel V3 stablecoins backing. Moreover the backing is held entirely onchain.

## Reserves Addresses

{% tabs %}
{% tab title="USDp" %}

| Blockchain | Contract Name    | Contract Address                                                                                                              |
| ---------- | ---------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Ethereum   | ParallelizerUSDp | [0x6efeDDF9269c3683Ba516cb0e2124FE335F262a2](https://etherscan.io/address/0x6efeDDF9269c3683Ba516cb0e2124FE335F262a2#code)    |
| Base       | ParallelizerUSDp | [0xC3BEF21Ea7dEB5C34CF33E918c8e28972C8048eD](https://basescan.org/address/0xC3BEF21Ea7dEB5C34CF33E918c8e28972C8048eD#code)    |
| HyperEVM   | ParallelizerUSDp | [0x1250304F66404cd153fA39388DDCDAec7E0f1707](https://hyperevmscan.io/address/0x1250304F66404cd153fA39388DDCDAec7E0f1707#code) |
| Avalanche  | ParallelizerUSDp | [0x41d58951cbd12d4ef49b0437897677bbf5547c80](https://snowscan.xyz/address/0x41d58951cbd12d4ef49b0437897677bbf5547c80#code)    |

{% embed url="<https://app.parallel.best/transparency>" %}
Parallel | Proof of Solvency Dashboard
{% endembed %}
{% 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.parallel.best/security/proof-of-solvency.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.
