Skip to content

MonacoProtocol/protocol

Repository files navigation

The Monaco Protocol 💻

Repo Language Rust Repo Platform Solana Repo Framework Anchor

About 📚

This is the repository of the main Solana program of The Monaco Protocol, protocol, as well as JavaScript clients to help with interacting with the protocol.

The protocol is currently in beta, though it is available both on devnet and mainnet-beta.

Where to find the protocol 🔍

Address Network Description
monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih mainnet-beta release - The latest stable official release. This will only be updated when an official approved upgrade occurs.
monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih devnet release - The latest stable official release. This will only be updated when an official approved upgrade occurs.
mpDEVnZKneBb4w1vQsoTgMkNqnFe1rwW8qjmf3NsrAU devnet bleeding-edge - The most recently merged changes.

Mainnet upgrades 📡

Current version of the protocol on mainnet-beta: 0.15.0.

Date Protocol version Program address
2024-09-16 0.15.0 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih
2024-05-24 0.14.2 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih
2024-04-29 0.14.1 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih
2024-01-24 0.13.0 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih
2023-12-06 0.12.1 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih
2023-11-30 0.12.0 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih
2023-08-01 0.11.0 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih
2023-07-06 0.10.1 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih
2023-06-26 0.10.0 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih
2023-05-26 0.9.0 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih
2023-04-20 0.8.0 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih
2023-03-16 0.7.0 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih
2023-03-02 0.6.0 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih
2022-11-25 0.5.0 monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih

Recent releases 🚀

Protocol releases, along with their corresponding client versions and audit reports.

Protocol version Client Admin client Audit reports
0.15.0 12.0.0 12.0.0 Sec3
0.14.2 11.2.0 10.2.0 Sec3
0.14.1 11.1.0 10.1.0 Sec3
0.14.0 11.0.0 10.0.0 Sec3
0.13.0 10.0.0 9.0.0 Sec3
0.12.1 9.0.0 8.0.0 Sec3
0.12.0 9.0.0 8.0.0 Sec3
0.11.0 8.0.0 7.0.0 Sec3
0.10.1 7.1.0 6.0.0 Sec3
0.10.0 7.1.0 6.0.0 Sec3
0.9.0 7.0.0 4.1.0 Sec3
0.8.0 4.x.x, 5.x.x 3.x.x, 4.x.x Sec3
0.7.0 4.x.x 3.0.0 Sec3
0.6.0 3.x.x, 4.0.x 2.0.0 Sec3
0.5.0 2.0.0 1.0.0 Sec3

More info 📚

Information on how to interact with the protocol, or to build for the protocol can be found in the Monaco Protocol SDK.