Polygon Mainnet · 10 contracts live Source on GitHub · foundry-round2 2-of-3 Safe administration · current: 2-of-2 · 2-of-3 migration in progress GANRAP · 111 tonnes accumulated · $13.8B reserves
TECHNICAL REFERENCE · FIVE-LAYER STACK · LIVE ON POLYGON MAINNET

The architecture,
in detail.

VPAY Genesis is a five-layer stack — physical hardware (GSU) → on-chain attestation → token + vault economics → intelligence layer (NANANOM) → institutional API. Each layer is independently inspectable. Each layer enforces the layer above it.

01 · Architecture

Five layers. One enforcement chain.

Nothing happens without the layer below it. The token cannot mint without the contract; the contract cannot accept without the hardware; the hardware cannot sign without the seal.

VPAY Genesis five-stage flow: physical mining → GSU hardware reading → on-chain attestation → SOV mint → vault lending
  1. 01 · Physical
    Gold lot
    Licensed source — refinery, weigh-in, assay office
  2. 02 · Hardware
    GSU reads
    XRF · mass · GPS · sealed signature
  3. 03 · On-chain
    Polygon attests
    8 / 8 gates · written to mainnet
  4. 04 · Token
    $SOV mints
    SOV = (grams × XAU/USD) ÷ $1,000
  5. 05 · Capital
    Vault lends
    150% over-collateralised · gold-backed credit
Physical · Hardware · On-chain · Token · Capital

The Physics Gate · VPAY Genesis IP #1

The contract refuses to mint without physics.

Every other "tokenized gold" project is a trust contract — somebody, somewhere, signs a paper saying bullion exists. VPAY Genesis is different. The contract that mints $SOV will not move unless eight independent physical and cryptographic gates pass simultaneously, in the same sealed reading, within the same 200-millisecond window. This is the primitive invention. This is the IP that makes deception economically irrational. We call it the Physics Gate.

What the Physics Gate produces is a Digital Twin of the bar — a cryptographically signed, on-chain representation that mirrors the physical asset with hardware-rooted fidelity. From the moment the eighth gate latches, the bar exists in two places at once: in the vault, and on the chain. The Digital Twin is the asset institutions can custody, lend against, settle in, and audit at the speed of light — because every claim it makes can be traced back to a sealed physical reading no human signed.

01
Mass continuity
Two scales agree
Physics
A physical mass cannot disagree with itself. Load cell and XRF mass sub-system must match within ±50mg.
Code
require(scaleMass.delta(xrfMass) < 50mg)
02
Atomic signature · Au
XRF spectrum match
Physics
Only gold emits the K-α / K-β peak at this exact intensity. Counterfeit alloys (gold-plated tungsten, brass) fail trivially.
Code
require(spectrum.match(NIST_Au, ±0.5%))
03
Geofence
GPS within polygon
Physics
Spoofing GPS requires a GNSS simulator that leaves detectable TDOA fingerprints — and the polygon is registered on-chain.
Code
require(SovereignNode.contains(gps))
04
Tamper seal
Continuous integrity
Physics
Opening the GSU enclosure breaks a continuous current loop or optical-fibre reference — instantly detectable.
Code
require(seal == INTACT)
05
Time-of-flight
Read → sign < 200ms
Physics
200ms is too fast to swap physical lots. Real-time substitution requires lab-grade equipment inside a sealed enclosure.
Code
require(t_sig - t_read < 200ms)
06
Hardware identity
TPM-bound key
Physics
TPM-bound private keys cannot be extracted from silicon. Cloning a GSU requires physical possession of the chip.
Code
require(SovereignNode.isRegistered(devicePub))
07
Operator attestation
Two-key co-sign
Physics
PMMC officer or refinery weigh-master co-signs the reading. Two-key signing requires two licensed humans, two devices, two licences.
Code
require(operatorSig.verify(reading))
08
Replay protection
Nonce + block anchor
Physics
Blockchain finality is asymmetric — old readings cannot become new. Each reading carries a per-device nonce and a Polygon block-hash anchor.
Code
require(!nonceUsed[d][n] && blockhash(anchor) == seenHash)

Defence in depth — three layers, any one defended is sufficient.

01 · Physical
Anchored in matter
Every gate is anchored in a physical or chemical reality — mass, atomic spectrum, satellite geometry, tamper-evident seal, semiconductor TPM. You cannot fake mass without different physical mass. You cannot fake gold spectra without gold.
02 · Cryptographic
Enforced on-chain
Every gate is enforced by Solidity require() statements in AttestationBridge.sol. The enforcement is on-chain, public, and unmodifiable except via the Safe multisig — and the Safe cannot disable a gate, only swap which oracle interprets it.
03 · Economic
Slashed if forged
KommitBridge (IP #2) bonds reasoners with $SOV. Any third-party can challenge a forged attestation with a counter-bond and slash 50% of the reasoner's stake. Forgery is not just impossible — it is unprofitable.
Defeat one layer · the next two still hold. Defeat two · the third reverts.
Patent claim Claim #1 · VPAY Genesis provisional · filed 2026-04 · Ghana national filing · PCT routing pending

02 · Hardware

The Gold Sovereign Unit.

A sealed, tamper-evident measurement device. Built around an embedded Raspberry Pi for cost; deployable at PMMC assay offices, GoldBod weigh-in stations, refinery weigh-in interfaces, and any licensed collection point across the gold supply chain.

Gold Sovereign Unit · GSU R1 Sealed measurement device with status LEDs, OLED display showing live attestation, sample-intake drawer, tamper seal, and connection ports PWR NET XRF GSU R1 LTE VPAY GENESIS · ATTESTING 67% Au 99.94% · 47.2 g · 5.6030°N 0.1873°W block 86,773,682 · tx 0x6B98…590E · sealed @ 200ms ▓ 8/8 PHYSICS GATES PASSED → SOV MINT AUTHORISED XRF SAMPLE INTAKE · DRAWER LOCKED ⊟ OPEN TAMPER SEAL ● INTACT SEAL_OK · 0xfa72 GOLD SOVEREIGN UNIT TIER 2 · ACCRA · v1.0
USB-C Ethernet LTE Cat-4 GPS Tamper-evident Hardware Secure Element

Concept render · TIER 2 reference unit, scale: 250 × 200 × 80 mm. The display state above is a sample of a 67%-complete attestation — Au 99.94%, mass 47.2 g, GPS-locked at PMMC Accra, sealed in 200 ms, 8/8 physics gates passed.

Mass

Calibrated load cell with anti-tamper drift detection. Reports gram-precision with timestamped variance.

Purity

X-ray fluorescence (XRF) spectroscopy. Identifies the spectral signature of the lot — fingerprint, not just a number.

GPS + telemetry

Location, environmental conditions, device health all captured with the reading. Sealed bundle.

Cryptographic seal

The bundle is signed by a hardware-rooted key on the GSU. Unsigned readings are rejected at the bridge.

Tamper-evident means the GSU detects physical breach and writes a permanent seal_broken flag. The bridge auto-rejects any reading from a flagged unit until re-certified.

03 · Smart contracts

The on-chain enforcement layer.

Ten contracts. Polygon Mainnet. 100% Polygonscan source-verified. All admin role authority sits behind a Gnosis Safe multisig (2-of-2 today, migrating to 2-of-3); the deployer EOA holds zero admin rights post-migration.

ContractPurposeAddressStatus
SovereignToken ($SOV) ERC-20 + AccessControl, 100M fixed supply 0x5833…0eC0 ↗ Verified
CircuitBreaker Global + per-node pause; anti-flash-resume 0xeaef…47d4 ↗ Verified
SovereignNode GSU registration + physics attestations 0x85fd…2fe1 ↗ Verified
MinerRewards $SOV rewards for GSU operators 0xfcb7…db19 ↗ Verified
AttestationBridge "No verification, no token" enforcer; holds MINTER_ROLE 0x0ba2…b8b0a ↗ Verified
VPAYVault Gold-collateralised lending (95–150% over-collateral) 0x8e0c…7165 ↗ Verified
GuardianBond Guardian accountability via $SOV/$ETH staking 0x180a…2ff1 ↗ Verified
KommitBridge (v1.2) Proof of Reasoning · pre-inference commit + bond + challenge + operator-credit distribution 0x6B98…590E ↗ Verified
SOVVesting Founder allocation · 12-month cliff · 4-year linear · irrevocable 0x4529…69F1 ↗ Verified
MasieBridge (v1.0) Proof of Witness · third leg of the verification trinity · keccak-256 candle hash on every trade 0x358c…22F6 ↗ Verified
Admin: Gnosis Safe (2-of-2 today) 0xFc93b70fAa2045e19CEae43d1b645b2137c68A67 Source on GitHub ↗

04 · $SOV token

One token. Minted by the gold itself.

$SOV is an ERC-20 backed strictly by hardware-attested, on-chain-recorded physical gold. Mint formula: SOV = (g × XAU/USD) ÷ 1,000 — value tracks the gold price. Burn returns the underlying claim.

Fixed supply

100M tokens hard cap. Founder allocation locked in SOVVesting with 12-month cliff and 4-year linear schedule.

Mint gating

The token contract grants MINTER_ROLE only to AttestationBridge. The bridge will not mint without a confirmed hardware attestation.

Mint economics

5% of each mint routes to MinerRewards (operator pool). 95% to the recipient. Both flows are recorded on-chain.

Use cases

Institutional gold exposure without the metal leaving Ghana. Working capital collateral. Programmable settlement.


05 · Vault

Capital priced against verified reserves.

VPAYVault is a working-capital facility for institutional counterparties holding attested $SOV reserves — custodians, exchanges, treasury operations, sovereign reserve managers, and integrated commodity desks. Loans are priced against a Chainlink XAU/USD feed with 1-hour max staleness and 95–150% over-collateralisation depending on counterparty tier. The collateral is on-chain-verifiable; the underlying gold never leaves Ghanaian custody.

The vault converts a $SOV reserve position into working liquidity without unwinding the underlying gold. For institutional reserve operations, that's the difference between holding gold as a static balance-sheet item and holding it as a productive collateral position — priced against a hardware-rooted, on-chain-verified physical attestation rather than a paper-attested vault receipt.

06 · The three covenants

Matter, mind, and witness. All attested.

In Asante tradition, a sovereign claim requires an act of matter (visible, undeniable), an act of mind (declared, accountable), and a witness who keeps the record (Mate Masie — what I hear, I keep). We rebuilt all three in Solidity. AttestationBridge proves matter. KommitBridge proves mind. MasieBridge keeps the track record.

⚔ Matter

AttestationBridge

The on-chain receiver that refuses to mint a single $SOV unless a hardware-rooted GSU has signed the physics — mass, purity, GPS, cryptographic seal. Admin is fused: deployer EOA holds zero authority post-migration.

View on Polygonscan
◉ Mind

KommitBridge v1.2

Proof of Reasoning. Before any inference is published, the reasoner commits a hash of model-weights + context + seed + intended output and posts a bond. Anyone can challenge. Off-chain oracle replays. Divergence slashes — 50% bounty to challenger.

How Kommit works
◈ Witness

MasieBridge

Proof of Witness. Every paper-leverage trade lands an on-chain commitment at entry and at exit — anti-replay, anti-backdate, with a free public verifyTrade(). Track records become mathematical. Architecture committed · pending Safe-administered Polygon deploy.

How Mate Masie works
= Sovereignty

$SOV

Matter attested + mind attested + witness kept = the network has the standing to call something sovereign. $SOV is what comes out the other side: a token the contract refused to mint without all three.

Token mechanics
REFINERY REFERENCE LAYER

The framework is refinery-agnostic. LBMA Good Delivery is the global standard.

VPAY attests gold from any LBMA Good Delivery refinery. The protocol does not encode a single source — refinery identity is part of the attestation payload, not a hard-coded address. Three canonical world references for the standard the framework aligns with:

EUROPE · PMMC PEER
London Good Delivery
The benchmark · 400-oz bars · LBMA member refineries · the standard PAXG is vaulted against.
WEST AFRICA
Royal Ghana Mint
PMMC · accredited under Article 114. The local refinery anchor for VPAY's GSU attestation flow.
SOUTHERN HEMISPHERE
Perth Mint · AU 9999
Australia's premier gold authority · government-guaranteed · the canonical southern-hemisphere LBMA reference.

07 · Intelligence layer

The NANANOM council.

Every Genesis attestation is read by the Ananse intelligence layer: a multi-agent orchestration system where ten specialised modules — each named in the Akan engineering tradition — analyse market state, geopolitical risk, microstructure, news flow, and physical attestation health. Their verdicts converge on Okomfo Anokye, the orchestrator. Together they form the Council of Eleven.

NANANOM
THE COUNCIL OF ELEVEN · ONE VERDICT Ten voices analyse · Anokye consolidates · the throne speaks last
Okomfo Anokye ORCHESTRATOR · THE THRONE
HEALTHY
Synthesises every council member's verdict into a unified decision. The only authority that issues TRADE / CAUTION / HOLD / RETREAT / EMERGENCY signals. Layer 2 Kyerema retuning before consensus.
ROYAL VERDICT · LIVE
HOLD · Akyeampɔn VETO · negative EV · blocking all entries
NyankontonPROPHET
HEALTHY
Price forecasts · 4h, 24h, 1w · pattern recognition
AdweneSTRATEGIST
HEALTHY
Strategy advisor · aggressive / defensive / neutral mode
AnanseSIGNAL
HEALTHY
14-condition signal engine · institutional flow
BosompraSENTIMENT
HEALTHY
Market sentiment · Fear & Greed regime gate
Asase YaaFLOW
HEALTHY
ETF flows · COT positioning · gold–silver ratio
FontomfromHERALD
HEALTHY
Alert engine · regime change escalation
TigareHEARTH
HEALTHY
System health · uplink integrity · process state
TanoWAR
HEIGHTENED
Geopolitical risk · conflict + escalation index
BosompoMARITIME
HEALTHY
Shipping & maritime disruption tracker
KyeremaRUMOUR
HEALTHY
Layer 2 news engine · MODERATE / HIGH / CRITICAL bulletins
Tikoro nko agyina
ONE HEAD DOES NOT HOLD COUNCIL
Eleven specialists analyse. Anokye decides. The chain mints only what the council blesses.

Kommit · VPAY Genesis IP #2 · Proof of Reasoning

If matter must be proved, so must mind.

An attestation of matter answers what — there is gold, here, weighed, sealed. An attestation of mind answers who reasoned what, against which model, with which seed, in what context. Without that, an intelligence layer is a black box: accountable to no one, replayable by no one, slashable by no one. Kommit closes the loop. The same rule of evidence applied to AI itself.

01
Pre-inference commit
Hash + bond, before output
Action
The reasoner publishes a hash of the inference tuple and posts a bond — minimum 10 SOV.
Code
commit(keccak(modelHash, ctxHash, seedCommit, outputHash), bond)
02
Open challenge window
1 hour · permissionless
Action
Any third party can challenge by posting a counter-bond (≥ reasoner's) plus their independently-replayed output hash.
Code
challenge(commitId, replayedHash, counterBond)
03
Reveal + oracle replay
Seed disclosed · oracle verifies
Action
The reasoner reveals the seed. An off-chain oracle replays the inference and certifies the canonical output hash on-chain.
Code
revealSeed(commitId, seed); oracleSlash(commitId, canonicalHash)
04
Asymmetric slashing
50% bounty · forgery unprofitable
Action
If the output diverges, the reasoner's bond is slashed: 50% bounty to the challenger, remainder to the operator pool. Failed challenges forfeit.
Code
require(canonicalHash != reasoner.outputHash) // slash + bounty

The mind covenant — three layers of accountability.

01 · Cryptographic
Pre-committed
The reasoner cannot retroactively pick a favourable answer. The hash is locked on-chain before inference runs. Reveal-after-the-fact is structurally impossible.
02 · Permissionless
Anyone can challenge
No oracle gate-keeps the challenge window. Any third party with an independent replay environment can post a counter-bond and force the truth into the open.
03 · Economic
Slash > gain
The asymmetric slashing schedule (50% bounty + bond return for honest challengers) means a successful forgery costs more than it pays. Forgery isn't impossible — it's unprofitable.
Matter attested · IP #1 · Mind attested · IP #2 · Witness attested · IP #3 · = Sovereignty claimed
Patent claims Claims K1–K12, C1–C3, U1 · "The Commit" · VPAY Genesis provisional addendum · filed 2026-04 · Ghana national filing · PCT routing pending
Audit posture 106 Foundry tests + 4 invariants × 128k calls · 2-pass red-team (internal + external sub-agent) reconciled GO before broadcast · admin behind 2-of-3 Safe · current: 2-of-2 · 2-of-3 migration in progress

MATE MASIE · THE WITNESS KEEPS
WITNESS ATTESTED · IP #3
Mate masie
WHAT I HEAR, I KEEP
LIVE · POLYGON MAINNET · v1.0 · DEPLOYED 2026-05-16
0x358c50C1DAe9AD41D0070a3767221F3c191b22F6 · Verified on Polygonscan
Mate Masie · VPAY Genesis IP #3 · Proof of Witness

Track records are claims. Ours are proofs.

If matter must be proved and mind must be proved, so must the track record. Hedge fund performance numbers are claims — even audited records are auditor-attested. Mate Masie turns the paper-leverage track record into a mathematical witness. Every trade leaves an on-chain commitment at entry. Another at exit. Anyone with a keccak-256 implementation and Binance candle data can verify any one of them — for free, on-chain, forever. The math is the audit.

01
Open-witness at entry
Trade fires · commitment lands
When Ananse or Opɛ opens a paper-leverage trade, the relayer calls openWitness() on Polygon with the trade ID, pair hash, E8 entry price, side, leverage, entry timestamp, and the keccak-256 hash of the canonical Binance entry-candle bytes.
02
Anti-replay · anti-backdate
Once. Live. No revision.
A trade ID can only be witnessed once — the exists gate makes replay impossible. The entry timestamp must land within ±60 seconds of block.timestamp — the TS_DRIFT window makes backdating a winning trade from last week impossible.
03
Close-witness at exit
PnL · candle hash · exit reason
On exit, closeWitness() commits exit price, exit timestamp, realised PnL (signed E8), the exit-candle hash, and an exit-reason taxonomy: TP · SL · time · signal-flip · council-retreat. Both witnesses are irrevocable.
04
Public free verify
No auth · no trust · no auditor
verifyTrade(tradeId, candleBytes) is a public view function. Anyone — investor, regulator, journalist — recomputes keccak-256 over a Binance candle and matches it against the stored hash. The match is the proof. No one is in the trust loop.

Track records are claims. Ours are proofs.

Status v1.0 · LIVE on Polygon Mainnet · admin-migrated to Safe · Polygonscan source-verified in-broadcast
Deployed 2026-05-16 · block 86969835 · 0.5777 POL across 5 atomic txs
Contract MasieBridge.sol · 337 lines · pragma ^0.8.20 · OpenZeppelin AccessControl + ReentrancyGuard · 52 unit tests + 4 fuzz × 256 runs all green
Protocol ID VPAY-GENESIS-MASIE-v1.0
Trinity link The decisionHash field is optional · it can link directly to a KommitBridge outputHash, marrying the Mind and Witness covenants on a single trade.
Verification keccak-256( binance_candle_bytes ) == witness.sourceCandleHash — public, free, no auth required

Polygon Mainnet · Attestation stream live · 24/7
09 · Institutional API

For exchanges, custodians, regulators.

Three role-based access tiers. WebSocket streams for live attestations and compliance alerts. Token verification, device management, audit endpoints. The mock spec is public; production API tiers are in onboarding.

Counterpart on the operator side: GenesisOS — the institutional operations terminal, powered by the Ananse intelligence layer. Where this API surfaces the Truth Layer to consumers, GenesisOS is the command pane the EcoVent team uses to operate it.

Role 01 · Exchange

Exchange

Token verification at point of trade. Reserve attestation queries. Real-time mint/burn feed.

Explore endpoints
GET /v1/token/verify/{"{address}"} Point-of-trade token verification · <50ms
WS /v1/stream/attestations Live mint/burn feed · WebSocket
GET /v1/reserves/summary Current reserve proof · 10k req/hr
Request exchange access →
Role 02 · Custodian

Custodian

Device registration. GSU health monitoring. Per-node attestation history with hardware identity.

Explore endpoints
GET /v1/devices/{"{nodeId}"}/health Live GSU hardware status · tamper state
GET /v1/devices/{"{nodeId}"}/attestations Full per-node attestation history
POST /v1/devices/register Register new SovereignNode · Safe-gated
Request custodian access →
Role 03 · Regulator

Regulator

Full audit access: every attestation, every reserve movement, every admin action. Compliance is observable, not asserted.

Explore endpoints
GET /v1/audit/attestations Full immutable attestation trail · date range
GET /v1/audit/reserves Every reserve movement · timestamped
WS /v1/stream/compliance-alerts Real-time compliance event stream
Request regulator access →
LIVE STREAM GS-ACC-01 · ATT-0x7e3f · 5.312g · AU 999.9 · Obuasi · 5.30°N 1.99°W · PASS → GS-ACC-01 · ATT-0x8a1c · 5.308g · AU 999.9 · Obuasi · PASS → GS-ACC-01 · ATT-0x9b2d · 5.315g · AU 999.9 · PASS →

Mock API spec is public. Interactive demo available. Production onboarding open for qualified institutions.

Interactive demo → Request full access →

10 · FAQ

The questions you're probably asking.

Is the gold actually held physically somewhere?

Yes. $SOV is a claim against attested physical reserves held in Ghana under licensed custody. The token is not a synthetic — every mint corresponds to a hardware-rooted physical reading on-chain.

Who can mint $SOV?

Only AttestationBridge — and only when it has received a confirmed hardware attestation from a registered SovereignNode. The token contract grants MINTER_ROLE to no other address. The deployer EOA cannot mint.

What stops someone from spoofing a GSU reading?

The GSU is sealed, hardware-rooted, and tamper-evident. Each device holds a registered key bound to a SovereignNode entry on-chain. Any seal-break or unsigned reading is rejected at the bridge. CircuitBreaker can pause a node globally.

What admin powers does the team retain?

All meaningful admin roles sit behind a Gnosis Safe multisig at 0xFc93…8A67 (2-of-2 today, migrating to 2-of-3). The deployer EOA holds zero admin rights post-migration (2026-04-20). Founder allocation is in irrevocable vesting.

Why Polygon?

Sub-cent transaction costs, Ethereum-compatible tooling, mature audit ecosystem, credible neutrality — and as of 8 May 2026, a 1.75-second block time, the chain's first such upgrade since launch, explicitly targeted at institutional adoption and stablecoin payments. The chain is now moving toward exactly the audience VPAY serves. Contracts remain L1-portable if circumstances change.

Where is the source code?

Public on GitHub at ecovent-africa/vpay-sovereign (branch foundry-round2). Mirror on Polygonscan source-verified for every deployed contract.

  FIVE LAYERS · NINE CONTRACTS · ONE COVENANT

The architecture is open.
The receipts are on Polygon.

Every claim on this page is a click away from a verified contract on Polygonscan. The Foundry test suite, the deploy broadcasts, and the audit reports all travel with the source. Build on it, audit it, or argue with it — the artifacts are sufficient for any of those.