1. Abstract

Wild Ledger DAO is a conservation protocol on Polygon that introduces Proof of Biology - a new way for wild animals to generate and control the funding required for their own protection.

By streaming GPS and biological signals from endangered species into a Proof of Biology oracle, the protocol converts verified movement and behaviour into on-chain Biodiversity Credits (WAI) — controlled impact-accounting units intended for enterprise reporting, funding, and retirement workflows. Revenue is routed via smart contract: 80% to conservation partners / the Conservation Vault, 20% to the Protocol Treasury under the current model.

Instead of relying on one-off donations and opaque funding chains, Wild Ledger treats animals as an accountable source of biodiversity data and their data as a scarce, verifiable digital asset. This whitepaper describes the problem, the Proof of Biology mechanism, the protocol's architecture, token and NFT design, governance, and the security and IP model that make the system difficult to spoof or fork.


2. Motivation & Problem Statement

Global biodiversity is collapsing, and conservation finance is failing to keep pace.

At the same time, there is strong growth in ESG and impact-oriented capital, and a maturing stack of Web3 infrastructure that can provide transparent, programmable rails for capital allocation. What is missing is a credible bridge between real animal biology and on-chain economics.


3. Vision: From Charity to Accountable Conservation Infrastructure

Wild Ledger DAO reframes wild animals from passive beneficiaries to verified sources of conservation-linked biological activity.

This is the foundation of a new category: an economy built by nature, for nature, in which animals generate the cashflows that fund their own guardians.


4. The Proof of Biology Model

4.1 Concept

Proof of Biology is a verification and accounting model where:

In the same way that Proof of Work uses electricity and computation to secure a blockchain, Proof of Biology uses verified animal behaviour to trigger funding flows.

4.2 Design goals


5. System Architecture

5.1 High-level components

5.2 Data flow

  1. Ingest. Partner organisations deploy collars; telemetry is streamed into EarthRanger and other aggregators.
  2. Aggregation. The oracle backend computes distance and other metrics over a time window (e.g. the previous UTC day) for each animal.
  3. Verification (3-layer). Kinematic Plausibility (velocity/acceleration vs. species biological maximums — vehicular fraud rejected); Correlated Random Walk (turning angle variance — unnaturally straight paths flagged as HUMAN_PATH_FRAUD); HMM Behavioural Classification (FORAGING/MIGRATING/RESTING — sustained RESTING >72h triggers collar OFFLINE alert).
  4. Collar State Machine. Each collar transitions: ACTIVE → OFFLINE (7-day grace) → PRESUMED_DECEASED (30-day window) → MEMORIAL. WAI minting pauses during OFFLINE and ceases permanently at MEMORIAL.
  5. Signing. For each partner wallet, the backend signs an EIP-712 payload specifying the quantity of WAI to mint.
  6. On-chain mint. The WildLedgerOracle contract verifies the signature and mints Biodiversity Credits (WAI) to the partner's address.
  7. OTC Sale. The institutional sales wallet (CREDIT_ISSUER_ROLE) mints WAI directly to a corporate Fireblocks vault via issueOTC(). The corporation pays in USDC.
  8. Economic routing. USDC flows instantly: 80% to Conservation Vault, 20% to Protocol Treasury. Treasury-linked buyback behavior remains configurable.
  9. Retirement. A buyer can call retire(amount, csrdReference), permanently burning the WAI and emitting a CreditRetired event for reporting and final-state accounting.

6. Tokens, NFTs and Economic Design

6.1 WILDLEDGER - Governance and Utility Token

Token Allocation:

Pool Allocation Vesting
Liquidity Pool 10% (100M) Day 1
Public Sale 5% (50M) Subject to final launch structure
Conservation Vault 80% (800M) Conservation-aligned allocation
Mining Rewards 5% (50M) 25-year emission schedule

Launch Protections:

6.2 WAI - Biodiversity Credits (RWA)

6.3 Species-Based Token Mining Tiers

WAI tokens are minted using a tiered multiplier system that ensures fair distribution across 147 GPS-trackable species with different movement patterns:

Tier Multiplier Example Species
APEX_SLOW 4.5× Elephants , Rhinos , Giant Pandas
PRIMATE 4.0× Gorillas , Orangutans , Chimpanzees
REPTILE_LARGE 2.8× Komodo Dragons , Gharials , Giant Tortoises
MARINE_REPTILE 2.4× Sea Turtles (Leatherback, Green, Hawksbill)
MARINE_MAMMAL 1.3× Monk Seals , Manatees , Sea Otters
APEX_FAST 1.2× Lions , Tigers , Leopards , Wolves , Lynx
MEDIUM_MAMMAL 1.2× Bears , Pangolins , Red Pandas, Koalas
MIGRATORY_LARGE 1.04× Caribou , Zebras , Wildebeest
MARINE_LARGE 0.7× Whales , Sharks , Dolphins , Manta Rays
MIGRATORY_BIRD 0.33× Condors , White-backed Vultures, Eagles, Albatross, Cranes

Conservation Status Bonuses provide additional multipliers:

Formula: Weighted Distance = Raw Distance × Tier Multiplier × Conservation Status Bonus

This ensures a critically endangered rhino walking 5km/day generates meaningful weighted output (45 units), while an albatross flying 500km/day doesn't dominate the system (198 units). See Species_Token_Mining_Tiers.md for full details.

6.4 NFTs - Biology-linked Digital Collectibles

6.5 Revenue and Allocation

Wild Ledger generates revenue through a focused B2B institutional model, replacing the previous multi-stream approach with a cleaner dual-pipeline architecture aligned with TradFi DCF analysis.

B2B Pipeline (PRIMARY — Institutional):

B2C Pipeline (SECONDARY — Retail):

Revenue Allocation (On-Chain, Immutable): All USDC revenue is routed automatically by smart contract — fully transparent, auditable in real-time:

The institutional pitch is transparent funding architecture: 80% of qualified protocol revenue is routed to conservation partners under the smart-contract treasury model.

6.6 25-Year Mining Emission Schedule

The Mining Rewards Pool (50M WILDLEDGER) is distributed over 25 years with a tapering reduction:

Period Annual Emission Daily Emission
Year 1-4 4,000,000 10,959
Year 5-8 3,000,000 8,219
Year 9-12 2,000,000 5,479
Year 13-16 1,333,000 3,652
Year 17-20 833,000 2,282
Year 21-25 1,067,200 2,924

Reward Distribution Formula:

NGO Daily Reward = (NGO's Daily WAI / Total Network WAI) × Daily Emission

This ensures sustainable, long-term funding for conservation while preventing inflation.

Automation: The daily emission schedule is automated via Chainlink Automation (with Gelato as a decentralized fallback) to ensure precise epoch execution without manual intervention.


7. Governance

The protocol uses a governance + timelock model based on audited OpenZeppelin primitives.

Governance is responsible for:


8. Protocol Security & IP

Wild Ledger DAO is designed to be transparent where it builds trust, and closed where it prevents spoofing and forks.

Together, these measures create a defensible Proof of Biology oracle stack: open enough

  1. Phase 1 — Smart Contract Layer (testnet milestone reached)
    • WAI made soulbound with retire() CSRD function and issueOTC() for institutional sales
    • WildBuyback.sol — programmatic buy-and-burn deployed
    • DiscountVault.sol — corporate WILDLEDGER lock-for-discount deployed
    • OracleNodeRegistry.sol — staking/slashing node registry deployed
    • Treasury updated to 80/20 NGO split
    • 3-stage collar state machine live in WildLedgerOracle
    • All contracts deployed and verified on Polygon Amoy testnet
  2. Phase 2 — Oracle Yellow Paper & Validation (Q1 2026)
    • Kinematic Plausibility, CRW, and HMM validators in development / validation
    • Yellow Paper published (mathematical methodology, TNFD-aligned)
    • Oracle node staking/slashing live on testnet
  3. Phase 3 — B2B Corporate Portal (Q2 2026)
    • Corporate Bio Credit portal with Fireblocks SDK integration
    • CSRD retirement flow with PDF certificate generation
    • Real-time public P&L dashboard (Total GMV, NGO Distributions, Tokens Burned)
    • WILDLEDGER DiscountVault UI for institutional buyers
  4. Phase 4 — Mainnet Launch (Q3 2026)
    • External security audits targeted
    • MiCA legal opinion obtained
    • Market maker onboarded (Luxembourg)
    • Launch on Polygon mainnet with pilot corporate buyers / partners
  5. Phase 5 — Enterprise Scale (Q4 2026+)
    • NGO fiat off-ramp (Stripe Crypto / Monerium) for field rangers
    • Cross-chain expansion
    • 1,000+ animals tracked, first corporate CSRD retirements

10. Risks & Considerations ⚠️

Wild Ledger DAO carries technical, operational and social risks, including but not limited to:


11. Conclusion 🌱

Wild Ledger DAO proposes a new primitive for conservation finance: a Proof of Biology protocol where animals themselves, through their verified biology, generate the cashflows needed to fund their own protection.

By combining open, auditable smart contracts with a defended Proof of Biology oracle stack and a growing behavioural data moat, the project aims to create a durable, scalable mechanism for aligning communities, capital and conservation around a single, programmable loop: animals move – biology is verified – funding flows – animals are protected.


Appendix 📎: Website Copy – "Why this is hard to fork"

Wild Ledger DAO is not just a brand; it is a protected Proof of Biology oracle stack. The funding rules and Vault flows are transparent on-chain, but the core engine that turns raw GPS and bio-signals into verified Proof of Biology is guarded by a Business Source License, a defensive publication of our GPS-to-contract pipeline, and trade-secret anti-spoofing logic. As more animals and partners join, we accumulate a unique dataset of real wildlife behaviour that continuously improves our models. Copying the code is not enough – without the data, the verification heuristics and the IP shield around them, it is extremely hard to replicate the protocol at the same level of security and reliability.