Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/PiRC-225-Proof-of-Reserves.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# PiRC-225: Proof of Reserves (PoR)
Provides a transparency framework where custodians prove they hold the underlying assets backing PiRC-213 tokens.
---
## 3. Reference Smart Contracts
**Solidity**: `contracts/PiRC225ProofOfReserves.sol`
**Soroban**: `contracts/soroban/src/por.rs`

**Status**: Ready.

9 changes: 9 additions & 0 deletions docs/PiRC-226-Fractional-Ownership.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# PiRC-226: Fractional Ownership
Standard for splitting an RWA (NFT) into fungible ERC20 tokens for broader accessibility.
---
## 3. Reference Smart Contracts
**Solidity**: `contracts/PiRC226Fractionalizer.sol`
**Soroban**: `contracts/soroban/src/fractionalizer.rs`

**Status**: Ready.