# Technical Architecture&#x20;

**Overview and Design Principles** \
PropChain’s technical architecture is meticulously designed to deliver exceptional scalability, interoperability, security, and modularity. Built to support rapid integration, expansion, and innovation our architecture ensures robust operational efficiency and compliance. \
&#x20;\
**Blockchain Layer**&#x20;

* Ethereum Mainnet – primary network for PropYield (On-chain) and PROPC token including vesting contracts, staking and CCIP integration - High adoption, strong security, rich tooling, and deep DeFi integrations (PoS)&#x20;
* Polygon PoS – used for deploying real estate tokens following the CMTAT standard - Lower gas fees, Ethereum compatibility, supports high-volume operations for real estate token minting (PoS)&#x20;
* Solana – connected via Wormhole for cross-chain bridging of PROPC - Fast finality and low transaction cost; used for targeted cross-chain interoperability (PoH & PoS)&#x20;

**Smart Contract Infrastructure** \
Smart contracts automate complex processes, significantly enhancing efficiency, reducing errors, and ensuring compliance. &#x20;

&#x20;**Prochain core contracts include:**&#x20;

* PROPC Token: ERC20 implementation on Ethereum &#x20;
* Staking Contracts: &#x20;
  * Pool-based staking with fixed APYs, penalty structure, and claim locks &#x20;
  * Multi-stake support, dynamic penalties (decreasing over time), min/max thresholds, VIP pool access &#x20;
* Vesting Contracts: Custom-built contracts for phased token distribution with TGE, ticks, and admin-managed liquidity &#x20;
* Cross-chain Bridge: Wormhole bridge to Solana for token mirroring &#x20;
* Swap Integration: Chainlink CCIP integrated with xSwap for token swaps across chains  \
  &#x20;

**Off-Chain Integrations:**&#x20;

* Analytics Integration: CoinGecko and other market data feeds (read-side)&#x20;
* Oracles (Planned): Chainlink Data Feeds and potential custom off-chain valuation for real estate&#x20;

&#x20;

**Audits and Security** &#x20;

* Audit Partner - Zokyo: Comprehensive smart contract audit including: &#x20;
  * Line-by-line manual code review &#x20;
  * Cross-comparison with leading DeFi contracts &#x20;
  * Foundry-based fuzz testing and integration test coverage &#x20;
  * Attack vector simulation and risk categorization (Critical to Informational) &#x20;
  * 100% resolved actionable issues in the report &#x20;
  * Code testability coverage of 96% (industry-leading)  \
    &#x20;&#x20;
* **Practices**: &#x20;
  * Modular contract structure for upgradeability and minimal risk &#x20;
  * Reentrancy guards, SafeMath, SafeERC20 utilities &#x20;
  * PlatformAccessController for RBAC enforcement in vesting/staking  &#x20;


---

# 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.propchain.com/propchain-technology-infrastructure-centralized-operational-leg/technical-architecture.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.
