“The Gold of the Pharaohs — tokenized for the new age.”
Powered by Elmahrosa International under the TEOS Egypt ecosystem.
Each $TGR token = 1 gram of 99.99% physical gold,
secured by FPBE inside the Elmahrosa Civic Vault,
and governed by badge-locked, petition-first, Pi SDK–verified flows.
Built on Solana SPL and Pi SDK only —
no forks, no external dependencies, no dilution.
Every token is auditable, redeemable, and UID-bound.
| Field | Value |
|---|---|
| Name | TEOS Gold Reserve |
| Symbol | $TGR |
| Network | Solana SPL |
| Backing | 1 gram physical gold per token |
| Mint Ratio | 1:1 verified reserve |
| Redemption Options | Physical gold or $ERT equivalent |
| Custodian | First Bank Elmahrosa (FPBE) |
| Vault Location | Elmahrosa Civic Vault, 30° 0' 0"N, 30° 0' 0"E |
| Admin Wallet | F1YLmukcxAyZj6zVpi2XaVctmYnuZQB5uHpd3uUpXxr6 |
| Mint Wallet | F1YLmukcxAyZj6zVpi2XaVctmYnuZQB5uHpd3uUpXxr6 (DEXLAP + legacy + future issuance) |
| ORCID Bond | 0009-0002-6498-5569 |
| Registry | vault_registry.json |
| Layer | Description |
|---|---|
| 🧩 Smart Contract | Solana Anchor program for mint/burn logic and reserve sync |
| 🔐 Civic Identity Layer | Pi SDK UID ↔ Wallet mapping for contributor verification |
| 🪙 Network | Solana SPL standard |
| 🛡️ Governance | Badge-locked, petition-first, Pi SDK–verified |
| 📜 Logging | Sky log + ORCID-linked, synced to chapter_resurrection.md |
initialize_reserve(ctx, total_gold_grams: u64)
// Sets up the gold reserve vault and authority
mint_tgr(ctx, uid: String, grams: u64)
// Mints $TGR to UID-bound wallet, updates reserve
burn_tgr(ctx, uid: String, grams: u64)
// Burns $TGR and updates redemption balance
update_reserve(ctx, auditor_data: ReserveUpdate)
// Syncs reserve state with Pi SDK audit
get_reserve_state(ctx)
// Returns current reserve, supply, and audit status
pause_minting(ctx)
// Admin-only: disable minting temporarily
resume_minting(ctx)
// Admin-only: re-enable minting after audit