Milestone 1
Testnet Maturity
This page is the report for Milestone 1 under the Meridian Protocol grant agreement. It consolidates the deliverables, deployed contract addresses, and direct evidence links so verification can be completed without leaving this page.
Verify in five minutes
Deliverables
5 itemsMeridian Protocol, LLC – the operating entity for the protocol – is filed and active in Idaho. Public registry record verifiable directly with the Idaho Secretary of State.
Search “meridian protocol” at the link above to view the live registry record. EIN issued; W-9 available on request to legal@avax.network.
Single-page documentation covering the full surface area: user guide, architecture, compliance, and a developer integration section. Lives at the app, no separate site to maintain.
@meridianprotocol/sdk – typed package exporting ABIs, deployed contract addresses, and shared constants for every layer of the protocol. Published on npm; the protocol source itself is private during the pre-mainnet phase (reviewer access on request).
Full Foundry test suite covering all protocol layers – unit tests, fuzz tests, and invariant tests. The suite runs from the repo root with `forge test`; reviewer access to the private repo available on request.
ProtocolTreasury.sol deployed to Avalanche Fuji with fee accrual wired through the protocol. Receives protocol fees from vaults, pools, and routers; owner-controlled withdrawal.