Smart Contracts

Keyring Network's smart contract library is used to operate different parts of the protocol. Contracts are written in Solidity (version 0.8.14) and released under a BUSL license. Standard contracts leverage the OpenZeppelin Library (version 4.6.0).

See the repository here.

Contract Breakdown

Deployments

The protocol is currently live on mainnet and deployment on additional chains will follow. Get in touch if you have any requests.

Governance

Keyring implements admin-upgradable proxies to manage core protocol updates.

Last updated