Skip to content

Pi-Defi-world/pirc-smart-contracts-explainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiRC Smart Contracts & DEX Integration (Docs)

This folder explains smart contracts with a strong focus on how they enforce PiRC launchpad rules and how they integrate with a DEX/AMM.

These docs are written to be understandable for someone new to smart contracts and precise enough to implement.


What “PiRC-aligned smart contracts” means

PiRC requires these properties to be true by construction (i.e., enforced by code, not policy):

  • All committed Pi goes into liquidity, not to the project team.
  • Initial liquidity cannot be withdrawn by the project (escrow/LP lock).
  • Allocation and pricing rules are deterministic and auditable.
  • State transitions are explicit (participation → allocation → TGE → post-launch).

Table of contents


How to read these docs

  • If you’re new: start at 01 → 02 → 03 → 04.
  • If you care about the math: focus on 05 + 06 (they include formulas and worked examples).
  • If you care about the DEX side: read 06 + 07.
  • If you’re implementing: read 03 + 04 + 08 + 10, then 09 to map to this repo’s current architecture.

About

Pirc Smart Contracts - ZyraDex Zyra Dex Features: Send and receive Swap, Trade, Buy/Sell Invest Savings Borrow & Lend .etc...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors