Skip to content

MayhemStrategy/Gold-Strategy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Gold Strategy πŸͺ™

image - 2026-03-30T185754 207

A memecoin with a balance sheet. Gold Strategy buys spot gold with fees, then graduates into a fully backed, redeemable NAV asset.

Yellow metal is the new crypto.

Overview

Gold Strategy is a revolutionary Solana-based memecoin that transcends the typical meme token narrative. Every transaction fee automatically purchases physical spot gold, creating a tangible, real-world asset on the balance sheet. As the protocol matures, Gold Strategy transitions from a community-driven memecoin into a fully collateralized, redeemable Net Asset Value (NAV) token backed by verifiable gold holdings.

This is not speculationβ€”it's backed by metal. Every token holder has a claim on real gold.

Key Features

πŸ† Fee-to-Gold Mechanism

  • Automated Gold Purchases: Every transaction generates a fee that is immediately converted to USD and deployed to purchase spot gold
  • Transparent Tracking: All gold purchases are logged on-chain with block timestamps and purchase amounts
  • Real Collateral: Physical gold held in audited, institutional-grade vaults

πŸ“Š Balance Sheet & NAV Calculation

  • Real-Time NAV: Net Asset Value calculated as (Total Gold Holdings Γ— Current Gold Price) / Total Token Supply
  • Redeemable Value: Token holders can redeem their tokens for a proportional claim on gold holdings (post-launch phase)
  • Quarterly Audits: Third-party verification of gold holdings and NAV calculations published on-chain

πŸ”„ Redemption Mechanism

  • Graduated Model:

    1. Phase 1 (Launch): Memecoin phase with fee-to-gold accumulation and balance sheet building
    2. Phase 2 (3-6 months): Community governance votes on redemption activation
    3. Phase 3 (Maturity): Full redemption enabledβ€”token holders redeem for gold at NAV
  • Decentralized Governance: Token holders vote on redemption parameters, gold custodians, and protocol upgrades

πŸ“± Utility & Primitives

  • Token: SPL token on Solana blockchain
  • Treasury: Multi-sig wallet holding accumulated gold purchase funds
  • Oracles: Integration with Pyth Network for real-time gold prices (XAU/USD)
  • Governance: SPL Governance for protocol decisions

How It Works

Transaction Flow

User Transaction (Buy/Sell/Transfer)
        ↓
   Fee Collected (e.g., 2% trading fee)
        ↓
   Fee Converted to USD Stablecoin
        ↓
   Purchase Spot Gold via Goldmoney API / LBMA Provider
        ↓
   Gold Recorded in Protocol with timestamp
        ↓
   Balance Sheet Updated
        ↓
   NAV Recalculated & Published On-Chain

NAV Formula

NAV per Token = (Total Gold Holdings (oz) Γ— Current Gold Price (USD/oz)) / Total Token Supply

Example:

  • Total Gold Holdings: 1,000 oz (34,171 grams)
  • Gold Price: $2,100/oz
  • Total Token Supply: 1,000,000,000 tokens
  • NAV per Token = ($2,100,000) / (1,000,000,000) = $0.0021/token

As gold accumulates, NAV increases. As token supply dilutes (if applicable), NAV stays anchored to gold.

Smart Contract Architecture

Core Components

Program: gold_strategy_program

  • Fee collection and distribution
  • Gold purchase tracking and state management
  • NAV calculation state updates
  • Redemption logic (Phase 3)

Accounts:

  • Protocol State: Tracks total gold oz, cumulative fees, protocol parameters
  • User Account: Individual token holdings and redemption eligibility
  • Treasury Account: Multi-sig controlled vault for gold purchase funds

Getting Started

Install Dependencies

npm install
solana-cli --version  # Ensure Solana CLI is installed
anchor --version      # Ensure Anchor framework is installed

Local Development

# Build contracts
anchor build

# Run local test validator
solana-test-validator

# Run tests
anchor test

Deploy to Devnet

solana config set --url https://api.devnet.solana.com
anchor deploy --provider.cluster devnet

Mainnet (Coming Soon)

  • Initial launch on pump.fun for community building
  • Migration to verified contract on Mainnet-Beta after Phase 1
  • Audited smart contract deployment

Treasury Dashboard

Track real-time gold holdings and protocol metrics at treasury.goldstrategy.xyz:

  • Total Gold Holdings: Updated each transaction
  • Cumulative Fees Collected: Real-time tally
  • Current NAV: Live calculation using Pyth Network oracles
  • Network Stats: Transaction volume, holder count, protocol health

Token Economics

Parameter Value
Token Supply (Initial) 1 Billion (1B)
Decimals 6
Transaction Fee 2% (configurable via governance)
Fee Split 100% β†’ Gold Purchases
Gold Custodian LBMA-compliant vault (institutional custody)

Fee Allocation

Every 100 tokens in fees:

  • 100 tokens β†’ Gold Purchase Fund
    • Stable coins accumulated until sufficient to purchase gold
    • Batch purchases monthly (or per governance vote)

No team tokens. No VC allocation. All value accrues to token holders through gold backing.

Roadmap

Phase 1: Launch (Months 1-2)

  • βœ… Smart contract deployment on pump.fun
  • βœ… Community building & marketing
  • βœ… Fee-to-gold mechanism live
  • βœ… Real-time balance sheet tracking
  • βœ… Initial gold purchases

Phase 2: Governance (Months 3-6)

  • ⏳ Community governance voting (SPL Governance)
  • ⏳ Quarterly audit reports and attestation
  • ⏳ Custodian selection vote
  • ⏳ Redemption parameter voting

Phase 3: Redemption (Months 6+)

  • ⏳ Full redemption mechanism activated
  • ⏳ NAV-based token burn/redemption
  • ⏳ Institutional integration (exchanges, custodians)
  • ⏳ Potential expansion to other real-world assets (platinum, silver, etc.)

Audits & Transparency

  • Smart Contract: Audited by [Audit Firm] (Pre-Mainnet)
  • Gold Custody: Regular LBMA attestations published on-chain
  • NAV Calculations: Open-source verification via community validators
  • Fee Flow: Complete on-chain transparency; audit trail immutable

Governance

Gold Strategy is governed by token holders through SPL Governance:

  • Proposal Voting: Changes to fee percentages, gold custodians, redemption terms
  • Quorum: Minimum 10% supply participation
  • Vote Duration: 7-day voting periods

Security Considerations

  • Oracle Risk: Gold price feeds from Pyth Network with fallback providers
  • Custody Risk: Multi-sig vaults held by LBMA-certified institutions
  • Smart Contract Risk: Audited code; emergency pause mechanisms for protocol safety
  • Counterparty Risk: Gold holdings segregated and fully insured

Community & Support

Legal Disclaimer

Gold Strategy is a community-driven protocol. Tokens are not securities. Gold holdings are held by independent, regulated custodians. This is not financial advice. Solana and SPL are trademarks of their respective holders. See LICENSE for full terms.

Contributing

We welcome contributions from developers, auditors, and community members. See CONTRIBUTING.md for guidelines.

License

MIT License Β© 2026 Gold Strategy Community. See LICENSE for details.


Build a memecoin. Back it with metal. Change the narrative.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors