# 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;
