# Pezkuwi SDK — Sovereign Blockchain Infrastructure **Developed and maintained by Kurdistan Tech Institute** Pezkuwi SDK is a fully independent blockchain development framework, providing all the tools needed to build sovereign, interoperable blockchain networks for stateless nations and distributed communities. --- ## Origin Pezkuwi SDK originated as a fork of Polkadot SDK (stable2512). It has since been completely rebranded and restructured as an independent project under Kurdistan Tech Institute stewardship. All crate names, dependencies, and documentation have been updated to reflect this independence. --- ## Architecture ``` ┌─────────────────────────────────────────────────────────────┐ │ Pezkuwi SDK Ecosystem │ ├─────────────────────────────────────────────────────────────┤ │ │ │ ┌─────────────────────┐ ┌─────────────────────────┐ │ │ │ Bizinikiwi │ │ PezCumulus │ │ │ │ (Core Framework) │ │ (TeyrChain SDK) │ │ │ │ │ │ │ │ │ │ • Runtime Engine │ │ • Collator Framework │ │ │ │ • Consensus │ │ • XCM Integration │ │ │ │ • Networking │ │ • Relay Chain Bridge │ │ │ └─────────────────────┘ └─────────────────────────┘ │ │ │ │ │ │ └──────────┬───────────────┘ │ │ │ │ │ ┌──────────▼───────────┐ │ │ │ PezkuwiChain │ │ │ │ (Reference Impl) │ │ │ │ • TeyrChain │ │ │ │ • Zagros Runtime │ │ │ └──────────────────────┘ │ └─────────────────────────────────────────────────────────────┘ ``` --- ## Crate Naming Convention Pezkuwi SDK uses a distinct naming scheme to ensure complete independence: | Component | Prefix | Example | | --- | --- | --- | | Core Framework | `bizinikiwi-` | `bizinikiwi-runtime` | | TeyrChain SDK | `pezcumulus-` | `pezcumulus-client` | | Client Crates | `pezsc-` | `pezsc-network`, `pezsc-consensus` | | Primitives | `pezsp-` | `pezsp-runtime`, `pezsp-core` | | Framework | `pezframe-` | `pezframe-support`, `pezframe-system` | | Pallets | `pezpallet-` | `pezpallet-balances`, `pezpallet-staking` | | Staging | `pezstaging-` | `pezstaging-xcm` | --- ## PezkuwiChain — Reference Implementation PezkuwiChain is the flagship blockchain built on Pezkuwi SDK, designed for Kurdish digital sovereignty. ### Token Economics **HEZ — Native Gas Token** - Purpose: Transaction fees, staking, network security - Model: Inflationary with staking rewards - Distribution: 85% staking rewards, 15% treasury **PEZ — Governance Token** - Total Supply: 5,000,000,000 PEZ - Model: Fixed supply with halving cycles - Access: Citizenship-gated rewards ### Custom Pallets | Pallet | Purpose | | --- | --- | | `pezpallet-presale` | Multi-round token launches with vesting | | `pezpallet-identity-kyc` | Decentralized identity verification | | `pezpallet-welati` | Democratic governance and voting | | `pezpallet-perwerde` | Educational platform and certificates | | `pezpallet-pez-treasury` | Community treasury with halving | | `pezpallet-pez-rewards` | Trust-based staking rewards | | `pezpallet-validator-pool` | Validator participation | | `pezpallet-staking-score` | Reputation-based metrics | | `pezpallet-trust` | Peer-to-peer trust system | | `pezpallet-referral` | Referral incentives | | `pezpallet-tiki` | NFT-based citizenship | | `pezpallet-token-wrapper` | Asset wrapping | ### TNPoS Consensus Trust-enhanced Nominated Proof-of-Stake combines: - Economic Stake (HEZ) - Social Trust metrics - Performance scoring --- ## TNPoS Consensus — World's First Trust-Augmented PoS **Trust-enhanced Nominated Proof-of-Stake** combines: - **Economic Stake**: Traditional staking (HEZ) - **Social Trust**: Peer endorsements, citizenship level, governance participation - **Performance Metrics**: Uptime, finality participation, historical behavior **Key Innovations**: - First implementation of social trust in consensus (academic contribution) - Parliamentary NFT System: 201 non-transferable governance seats - Sybil-resistant via citizenship verification (Tiki pallet) - Multi-dimensional validator scoring --- ## Cross-Chain Integration (XCM v5) ``` Polkadot Asset Hub (USDT) │ │ XCM Reserve Transfer ▼ TeyrChain (Parachain) │ ├─► Presale contributions ├─► DEX trading (future) └─► Withdraw back to Asset Hub ``` - Full XCM v5 implementation - Reserve-backed wUSDT bridge - HRMP channels for system teyrchains - Future bridges: wETH, wBTC, Ethereum, Tron, BSC --- ## Network Roadmap | Stage | Validators | Status | | --- | --- | --- | | Dev Mode | 1 | ✅ | | Local Testnet | 2 | ✅ | | **Alfa Testnet** | 4 | ✅ | | Beta Testnet | 8 | Q1 2026 | | Staging | 20 | Q1 2026 | | **Mainnet** | 100 | Q2 2026 | --- ## Multi-Nation Platform Vision PezkuwiChain is designed to host **multiple digital nations** simultaneously: | Nation Type | Example | Target Population | | --- | --- | --- | | **Ethnic** | Kurdish (PEZ) | 40M+ globally | | **Ethnic** | Catalan | 10M+ | | **Ethnic** | Tibetan | 6M+ diaspora | | **Ethnic** | Uyghur | 12M+ | | **Ethnic** | Basque | 3M+ | | **Cultural** | Armenian diaspora | 8M+ | | **Cultural** | Romani | 10M+ worldwide | | **Indigenous** | Various tribes | Land rights, heritage | **Shared Infrastructure**: All nations use HEZ for transactions **Nation-Specific Tokens**: Each group issues citizenship-gated tokens (PEZ model) **Interoperable Governance**: Cross-nation commerce, diplomacy on single blockchain --- ## Use Cases 1. **Digital Governance** — Parliamentary NFTs, on-chain voting, treasury management 2. **Token Launches** — Compliant multi-round presales with vesting 3. **Education** — Blockchain-verified certificates (Perwerde) 4. **Identity** — Self-sovereign KYC and citizenship verification 5. **Cross-Chain Finance** — wUSDT bridge, DeFi primitives 6. **Cultural Preservation** — Language, heritage, oral tradition on-chain 7. **Remittance** — Low-cost diaspora→homeland transfers ($20B+ Kurdish annual flows) --- ## Quick Start ```bash # Clone repository git clone https://github.com/pezkuwichain/pezkuwi-sdk.git cd pezkuwi-sdk # Build release cargo build --release # Build with benchmarks cargo build --release --features runtime-benchmarks # Run local testnet ./target/release/pezkuwi-node --dev ``` --- ## Links | Resource | URL | | --- | --- | | Website | [pezkuwichain.io](https://pezkuwichain.io) | | App | [pezkuwichain.app](https://pezkuwichain.app) | | Explorer | [explorer.pezkuwichain.io](https://explorer.pezkuwichain.io) | | Documentation | [docs.pezkuwichain.io](https://docs.pezkuwichain.io) | | RPC Endpoint | `wss://rpc.pezkuwichain.io` | ## Community | Platform | Link | | --- | --- | | Telegram | [@pezkuwichain](https://t.me/pezkuwichain) | | Discord | [discord.gg/pezkuwichain](https://discord.gg/pezkuwichain) | | Twitter | [@pezkuwichain](https://twitter.com/pezkuwichain) | | GitHub | [github.com/pezkuwichain](https://github.com/pezkuwichain) | | Medium | [@pezkuwichain](https://medium.com/@pezkuwichain) | | Facebook | [PezkuwiChain](https://www.facebook.com/profile.php?id=61582484611719) | ---