# The Anatomy of the Bridge Pool

Deep within the intricate architecture of the 3D City Metaverse lies the heart of our cross-chain operations: the bridge pool. This pivotal component ensures seamless, transparent, and efficient transfers of 3DC tokens across diverse blockchains. Let's delve deeper to understand its structure, function, and the brilliance behind its design.

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

**Foundation of the Pool**

Every blockchain in our ecosystem, be it Apex, Polygon, Injective, BNB, or ETH, interacts with the bridge pool. Envision this pool as a vast reservoir, meticulously designed to facilitate cross-chain transfers, ensuring the Metaverse's fluidity and coherence.

**Size & Scale**

While the bridge pool interacts with multiple chains, the total supply of 3DC tokens remains constant at 24 million. This ensures scarcity and value across all chains.

**Locked but Ever-Vigilant**

While tokens are locked during the bridging process, they are always ready for action. The moment a cross-chain transfer is initiated, these tokens spring into action, ensuring the operation's success.

**The Bridging Process Demystified**

1. **Initiation**: Consider a user, "Tim", who wants to transfer 5 million 3DC tokens from Polygon to Apex.
2. **Lock & Load**: On Polygon, 5 million tokens are locked, reducing its circulating supply.
3. **Release & Replenish**: On Polygon, an equivalent amount is made available, increasing its circulating supply.
4. **Balance Restored**: The total circulating supply across all chains remains constant at 24 million, ensuring the 3DC token's integrity.

For instance, if initially, there are 24 million tokens on Polygon and none on Apex, and Tim decides to bridge 5 million tokens to Apex, the new distribution would be 19 million on Polygon and 5 million on Apex. The total remains 24 million.

**Safety Measures & Checks**

In the dynamic world of blockchain, ensuring the security and precision of every operation is paramount. Our bridging mechanism is fortified with multiple layers of checks and balances:

* **Automated Audits**: Each transfer activates an automated audit system that verifies the amounts locked and released, ensuring absolute accuracy.
* **Fail-safes**: If a transfer encounters an issue, built-in fail-safes halt the process, ensuring the sanctity of the operation.


---

# 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.3dcity.life/4.-technology-and-architecture/4.1-dynamic-bridging-mechanism/the-anatomy-of-the-bridge-pool.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.
