WHITEPAPER · VERSION 1.5 · JUNE 2026

AUREUS

A tokenized fund protocol on Arbitrum One. Bi-weekly USDC distributions to AUR stakers, verifiable on-chain.

Soomario Strategies
Status as of June 2026. AUREUS is deployed on Arbitrum One mainnet. Contracts are paused pending the public unpause, with a controlled-growth phase of capped deposits over the first 90 days. The first epoch close is scheduled for Friday, June 5, 2026 at 00:00 UTC (09:00 KST), with bi-weekly closes thereafter. This is a publicly observable, on-chain protocol — all addresses below are verifiable on Arbiscan.
Contents
  1. Live contract addresses
  2. Live wallet addresses
  3. How AUREUS works
  4. Controlled growth phase
  5. Epoch schedule
  6. Operator authority — what the multisig can and cannot do
  7. Reserves architecture
  8. Strategy performance (pre-launch reference)
  9. Audit posture
  10. Risks and caveats
  11. How to participate
  12. Operations & the admin dashboard
  13. On-chain verification
  14. Changelog

New in v1.5. All operator actions are now performed through a dedicated, audited admin dashboard that runs as a Safe App inside the protocol multisig. Operations that previously required hand-encoding raw contract calldata — closing an epoch, depositing rewards, processing redemptions, pausing — are now gated, previewed against live chain state, and dispatched through the Safe transaction queue for 2-of-3 signing. The reward split, NAV rate limit, and redemption fees described below were all re-verified directly against the deployed mainnet contracts during this work (see §13).

§1Live contract addresses (Arbitrum One)

ContractAddress
AUR token (ERC-20)0x927B6985A1E8C9151eA521AfA3431a21BCDfe7E0
Forge proxy (mint + epoch close)0xab5dC12DA3615F3355D1D56a30b71BdF459b1466
ReservesOracle (NAV transparency)0x7342D88574597495c5247DE3502928071e6e53b2
PositionLogger (trade history)0xA76460338122AF77051079d52fc9189a03b655E8
OTCv2 proxy (peer-to-peer exits)0xD5602bE96e3794Ee6A09520075714AfD2D0ba124
AureusRedemption (EOE + ASAP)0x20a1f8b1F6bDEba14553168099faf047a18031e7
USDC (Arbitrum One canonical)0xaf88d065e77c8cC2239327C5EDb3A432268e5831

Implementation contracts (behind UUPS proxies above)

ContractAddress
OTCv2 implementation0xEA29f524a1BF196c9b0Fe61218FC02c4143Be5Ad
ForgeBase implementation0x1AE71186Eb15f8aa1B7b49aa7078D4b73231A274
ForgeV2 implementation0x83E38877B99fB9a09D816deAAB35804978dA4132

§2Live wallet addresses (Arbitrum One)

All wallets below are publicly trackable on Arbiscan. Their roles and authorities are defined contractually and operationally.

Governance

RoleAddress
Protocol Multisig (2-of-3 Safe)0xb04E452E853635a9e7A2c6a372cd85be1B7544c4
Hot Multisig Signer0x5141a294013Ca72c6dF611410B22063796bE3424
Cold Ledger Signer0x70e8dfDa4ED37A1E7a39DdAbD2Cd9EAe9982D016

The third signer is an external trusted community member; their address is held off-chain to preserve their privacy. A fourth cold-storage signer will be added in the first 30 days, taking the configuration to 2-of-4.

The protocol multisig has been verified on-chain as the owner() of both the Forge and the AureusRedemption contract, so every owner-gated operation routes through the 2-of-3 Safe.

Capital flow wallets (ReservesOracle tracked addresses)

RoleAddress & purpose
Forge proxy0xab5dC12...1466 · reward accumulator; holds claimable staker USDC and redemption fees
AureusRedemption0x20a1f8b1...1e7 · redemption float for in-flight EOE/ASAP requests
Multisig0xb04E452E...4c4 · forge mint revenue + OTC spread; cold-storage staging before sweep to trading
HL Strategies wallet0x4C2362e4FBD78F3519E29210756e1F0Fa9bc3629 · capital staged between multisig sweep and Hyperliquid bridging

These four addresses feed ReservesOracle.getHardReservesUsd(). Members can query that view at any time to see the protocol's verified on-chain reserves.

Reward destination wallets (V2 epoch split)

RoleAddressShare
Stakers(held inside Forge)80% per profitable epoch
MLO Payments (Team)0xE66964...DFdA6a75% pre-Recovery; 15% post
Operations0xB051D7...c7cCe65% per epoch
Recovery Fund0x9eC527...030267810% until $350K, then 0%

All three reward destination wallets are confirmed set on-chain. The split is enforced in contract storage as mloShare = 500, operationsShare = 500, recoveryShare = 1000 basis points, with stakers receiving the 10000 − 500 − 500 − 1000 = 8000 bps residual — i.e. exactly 80 / 5 / 5 / 10.

Infrastructure wallets

RoleAddress & authority
Keeper EOA0x4E1191...F36A23f55 · posts soft-layer reserves & PositionLogger entries; read/post only — cannot move funds
Hyperliquid bridge0x2df1c51e09aecf9cacb7bc98cb1742757f163df7 · official HL bridge; ReservesOracle queries this for pending withdrawals

§3How AUREUS works

The basics

Minting AUR

A member sends USDC to the Forge. The Forge calculates AUR to mint at the current NAV:

AUR minted = USDC deposited / current NAV

Newly minted AUR is auto-staked into the Forge contract by default (recommended path; the dashboard handles this). It enters a pending state for one epoch — this prevents members from depositing immediately before a profit distribution to capture rewards they didn't fund. At the next epoch close, the pending AUR becomes fully active and starts earning.

Power users can opt out of auto-stake at the contract level and receive AUR directly to their wallet (transferable immediately, but not earning epoch rewards until manually staked).

Earning yield

Strategy returns are deposited into the Forge via depositRewards() between epochs. At each closeEpoch() call, the accumulated reward pool is computed and split per the standard schedule. The reward pool for an epoch is derived on-chain as:

owedToStakers = (totalInvestedAmount × accUsdPerShare / 1e18) − totalClaimedRewards
rewardPool    = ForgeUSDCBalance − owedToStakers

owedToStakers is the float already credited to stakers but not yet claimed; subtracting it ensures the new pool never re-distributes money that already belongs to members. The pool is then split:

Redemption fees flow into the Forge contract and pool with strategy profits at the next epoch close — they follow the same 80/5/5/10 split.

Exiting positions

End-of-Epoch (EOE) redemption — submit a redemption request, processed at the next epoch close at that epoch's settled NAV. Fee: 2%. Operator settles via the multisig.

ASAP redemption — request immediate processing at the current hard NAV. Fee: 5%. Use when you can't wait for the next epoch.

OTC sale — list AUR for sale at any price you choose; another member buys it directly. Fee: 0.5% (collected by the protocol as OTCv2 trading fee). Settles trustlessly without operator involvement.

A user may set a minUsdcOut floor on a redemption request; if NAV moves against them between request and processing, the request is rejected rather than filled at a worse price. All three paths preserve mass at the contract level: USDC and AUR move atomically per the redemption tier's terms.

Reserve transparency

The protocol's NAV per AUR is computed on-chain from the ReservesOracle:

hardReserves = sum of USDC balances at the four tracked addresses
             + pending Hyperliquid bridge withdrawals (per tracked address)

hardNav = hardReserves / totalSupply(AUR)

This is the "hard floor" — verifiable from on-chain reads alone, no operator trust required.

A separate soft layer reports live Hyperliquid trading account state. The keeper posts this at minimum every 24 hours. The soft layer is capped at 10× the hard reserves to prevent runaway misreports. The dashboard surfaces both hard and soft views.

§4Controlled growth phase (first 90 days)

To match the soft launch posture and protect early members, deposits are capped during the first 90 days:

These caps are enforced operationally, not contractually. The Forge accepts deposits permissionlessly; the multisig monitors aggregate exposure and per-member positions and will use its pause authority to gate access before either threshold is breached.

After 90 days (Friday September 4, 2026 — three months from public launch), the caps will be reviewed against operational performance, audit progress, and community input. They may be raised, lowered, or removed by multisig action. The intent is to scale deposits in line with the protocol's demonstrated reliability, not to maintain caps indefinitely.

§5Epoch schedule

EventDate (UTC)Date (KST)
Phase 1 mainnet deploySat May 30, 2026Sat May 30, 2026
Phase 2 oracle activationSun May 31, 2026Sun May 31, 2026
Multisig unpause + private operator testingSun–Mon May 31 / Jun 1Sun–Mon May 31 / Jun 1
First epoch closeFri Jun 5, 2026 · 00:00 UTCFri Jun 5, 2026 · 09:00 KST
Public announcementAfter first close validatedAfter first close validated
Second epoch closeFri Jun 19, 2026 · 00:00 UTCFri Jun 19, 2026 · 09:00 KST
Third epoch closeFri Jul 3, 2026 · 00:00 UTCFri Jul 3, 2026 · 09:00 KST
...every 14 days, Fridaysevery 14 days, Fridays

Bi-weekly cadence is enforced contractually: epochInterval = 14 days. The first epoch is intentionally short (~5–6 days) to align the public schedule with Friday 09:00 KST closes from the start.

The launch is sequenced so the operator unpauses, mints with personal capital, and validates a real first epoch close before any public announcement — the protocol's first live distribution happens with operator funds, not member funds.

§6Operator authority — what the multisig can and cannot do

The multisig CAN

The multisig CANNOT

All multisig actions are public on Arbiscan in real time, and every operator action is now dispatched through the admin dashboard's Safe queue (see §12), where the encoded calldata is reviewable before signatures are collected.

§7Reserves architecture

Capital flows across three layers, all tracked or accounted for in NAV:

Layer 1 — Operational (Arbitrum, immediately liquid)

Layer 2 — Cold Arbitrum (governance custody)

Layer 3 — Trading (Hyperliquid)

The ReservesOracle queries all four tracked addresses on Layer 1+2 directly, and the Hyperliquid bridge for any pending withdrawals associated with those addresses. Layer 3 active trading state is reported by the keeper bot as the soft layer.

§8Strategy performance (pre-launch reference)

The strategies AUREUS deploys are not new — they have been running on operator capital before launch and have published live track records at the product level. AUREUS deploys capital across Soomario Strategies including Elite (HYPE/AVAX directional), Aphelion (multi-signal long-bias accumulator), and provisionally Rotation (tokenized equity rotation, live on Solana) as its live track record builds.

Each underlying strategy has its own product page, dashboard, and individual track record published at soomariostrategies.com/products. The aggregate AUREUS NAV is reported on-chain at each bi-weekly epoch close; backtest or attribution figures for individual strategies are documented on those product pages and in the strategy whitepapers, not in this protocol whitepaper.

Past performance does not guarantee future results. Epochs can close at flat or negative NAV.

§9Audit posture

AUREUS launched with internal RED_TEAM review (three passes, all findings dispositioned with regression tests; 81 tests passing in test/AureusV2.t.sol). The Sepolia retest cycle validated the architecture end-to-end before mainnet broadcast, including catching one deploy-script gap that would have bricked the first epoch close — exactly the catch the retest exists for.

Formal external audit (Sherlock, Trail of Bits, OpenZeppelin, or equivalent firm) is planned for Months 2–6 post-launch. The controlled-growth phase ($250K aggregate cap) is structured so that aggregate Member exposure during the audit-pending window is structurally bounded.

This sequence — internal red team → live deploy → external audit during operations — is a deliberate choice. It avoids the trap of paying for an audit on code that subsequently changes during real-world stress testing, and lets the audit be informed by actual operational data rather than only theory.

§10Risks and caveats

This section is not exhaustive; deposit only what you can afford to lose.

§11How to participate

When the multisig signs unpause() (publicly observable on Arbiscan) and the protocol is publicly announced:

  1. Deposit USDC. Visit the dashboard, connect a wallet (Rainbow / WalletConnect / Coinbase Wallet supported), approve USDC for the Forge proxy, deposit any amount up to the per-member cap.
  2. Hold AUR. Your staked AUR earns the staker share of each epoch.
  3. Claim epoch rewards. After each Friday 09:00 KST close, your claimable USDC balance updates. Claim at your convenience.
  4. Exit via EOE / ASAP / OTC when you want to redeem AUR for USDC.

All four actions are transactions you sign with your own wallet on Arbitrum One. The protocol never has custody of your AUR or your claimed USDC.

§12Operations & the admin dashboard

Every recurring operator action is performed through a purpose-built admin dashboard that runs as a Safe App inside the protocol multisig (app.safe.global). The dashboard does not hold keys and cannot move funds on its own — it constructs transactions, previews their on-chain effect, and submits them to the Safe transaction queue, where they still require the full 2-of-3 signature threshold to execute. Nothing is ever sent via a single externally-owned account.

What the dashboard surfaces (read-only console)

What the dashboard can dispatch (each gated and previewed)

Every capital-moving action computes its preview in exact integer arithmetic (matching the contract's own math, with no floating-point rounding in any threshold), shows a confirmation panel with the concrete figures, and dispatches only through the Safe queue. The design principle throughout: the operator should always be signing against numbers they can see and verify, and no UI affordance should be able to queue a transaction the contract would reject.

§13On-chain verification (performed June 2026)

During the admin-dashboard build, the following protocol parameters were read directly from the deployed mainnet contracts and confirmed against this document. Members can reproduce every one of these reads against the addresses in §1.

ParameterOn-chain valueConfirms
Forge.owner()Protocol MultisigOwner-gated actions route through the 2-of-3 Safe
AureusRedemption.owner()Protocol MultisigRedemption processing routes through the same Safe
mloShare / opsShare / recovShare500 / 500 / 1000 bpsReward split is 80 / 5 / 5 / 10
RECOVERY_FUND_TARGET$350,000Recovery redirect threshold matches §3
cumulativeRecoveryDistributed$0Pre-launch; no recovery distributed yet
maxPriceChangeBps1500 (15%)NAV rate limit matches §6
Launch NAV (price)$1.00 (1e6, 6 decimals)Matches §3
FEE_EOE_BPS / FEE_ASAP_BPS200 / 500 (immutable)Redemption fees are 2% / 5%
All three reward walletsSet (non-zero)No WalletsNotConfigured revert risk at first close
accUsdPerShare scale1e18 at every read/write siteReward accounting math is internally consistent

The reward shares and redemption fees being verified directly from chain — rather than assumed from documentation — closed out the single largest correctness question before launch.

§14Changelog

v1.5 (June 2026) — Operations version

Added §12 documenting the admin dashboard (Safe App, read-only console, four gated write actions: pause/unpause, depositRewards, closeEpoch, processRedemptions). Added §13 with the on-chain verification table confirming the 80/5/5/10 split, 2%/5% redemption fees, 15% NAV rate limit, $350K recovery target, $1.00 launch NAV, and both contracts owned by the multisig. Corrected the §3 exit-paths line to state fees explicitly (2% EOE / 5% ASAP / 0.5% OTC) and added the minUsdcOut slippage-floor note. Added the reward-pool derivation formula (ForgeUSDC − owedToStakers) and the staker-residual rounding note. Clarified the launch sequence: operator unpauses and validates a real first epoch close with personal capital before public announcement.

v1.4 (June 2026) — Post-mainnet-deploy version

Live contract and wallet addresses populated. First epoch schedule confirmed (Fri Jun 5, 2026). Initial NAV set to $1.00 USDC per AUR. All four ReservesOracle tracked addresses live: Forge, AureusRedemption, multisig, HL Strategies wallet. The setMinter renouncement section confirms intent; timing remains operator-discretionary. Sepolia retest summary added to §9. Strategy backtest reference moved to §8 as inherited claim from AUREUS_BACKTEST.md.

v1.3 (May 2026) — Pre-deploy version

STRCx reserve removed from launch architecture; bi-weekly epochs (14-day) confirmed; multisig composition disclosed (2-of-3 at launch, 2-of-4 planned); controlled-growth-phase added ($250K / $50K caps for 90 days); restructured §10 around RED_TEAM-gated launch and formal audit deferred to Months 2–6; tracked-address set expanded to four pools post-routing of forge mint revenue to multisig; fee-economics paragraph corrected to reflect the standard 80/5/5/10 split at next close; minter authority qualified with renouncement-intent commitment.

v1.2 and earlier — Internal development versions; not published.

This document is descriptive. It is not a solicitation, offer, prospectus, or financial advice. AUREUS is a public smart contract protocol on a permissionless blockchain; participation is voluntary and at your own risk. All on-chain claims in this document can be verified directly against Arbitrum One contract state at the addresses listed in §1 and §2.

Last updated: June 2026 · Soomario Strategies