Protocol Overview
Program Addresses
On-chain Solana mainnet addresses for all Project 0 programs.
All Project 0 programs are deployed on Solana mainnet. You can verify these addresses on any Solana block explorer.
Core Programs
| Program | Address |
|---|---|
| marginfi v2 (mrgnLend) | MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA |
| Staging | stag8sTKds2h4KzjUw3zKTsxbqvT4XKHdaR9X9E6Rct |
Staging program is updated approximately two weeks before each mainnet release, allowing integrators to test against upcoming changes.
When a pre-release is published on GitHub, the staging program is typically updated the same day. Only the last release candidate (e.g., rc3 if rc1, rc2, and rc3 exist) goes live on mainnet.
Useful Links
| Resource | URL |
|---|---|
| App | app.0.xyz |
| GitHub (Protocol) | github.com/mrgnlabs/marginfi-v2 |
| GitHub (TypeScript SDK) | github.com/0dotxyz/p0-ts-sdk |
| Discord | discord.com/invite/c2kNj7y9w8 |