Dolomite
  • Dolomite
  • DOLO
    • Token Mechanics
    • Airdrop
    • Distribution
  • Roadmap
  • Community XP
  • Minerals
  • Dolomite Balances
  • Guide
    • Depositing to Dolomite
    • Withdrawing from Dolomite
    • Borrow
    • Strategies
    • Zap
    • Trade
    • Pool
    • History
    • Stats
  • Campaign Guides
    • Zap your GLP! Campaign
    • Zap your ETH! Campaign
    • MIM Launch Campaign
    • jUSDC Launch Campaign
    • YT-GLP Launch Campaign
    • GM Launch Campaign
    • USDY Launch Campaign
    • mETH Launch Campaign
    • Guide To Level 4
  • Integrations
    • Berachain - Proof of Liquidity
    • GMX
      • GMX
      • GLP
      • GM
    • Abracadabra - magicGLP
    • Jones DAO - jUSDC
    • PlutusDAO - plvGLP
    • Pendle
      • Pendle - PT
      • Pendle - YT
    • Arbitrum - vARB
  • Markets
  • oARB Incentives Program
  • Risk Management
  • Different Networks
  • Smart Contract Addresses
    • Core - Immutable
    • Core - Proxies
    • Core - Routers
    • Module - dTokens
    • Module - DOLO
    • Module - General
    • Module - oARB Liquidity Mining
  • Admin Privileges
  • Admin Transactions
    • Transactions 38 - 50
    • Transactions 51 - 100
    • Transactions 101 - 150
    • Transactions 151 - 200
  • Audits & Security
    • Chainalysis Crypto Incident Response
  • Bug Bounty
  • FAQ
  • Media Kit
  • Developer Documentation
    • Dolomite Margin - Overview
    • Dolomite Margin - Glossary
    • Dolomite Margin - Getters
    • Dolomite Margin - Events
    • Dolomite Margin - dTokens
    • Depositing or Withdrawing
    • Managing Borrow Positions
    • Zapping Assets
    • Flash Loans
    • E-Mode & Segregated Risk
    • TypeScript Client
    • Subgraph
Powered by GitBook
On this page
  • First, why two repositories?
  • Dolomite Margin - Core
  • Dolomite Margin - Modules
  • Code Coverage

Was this helpful?

Audits & Security

Dolomite splits its smart contract development to two repositories: Core & Modules.

PreviousTransactions 151 - 200NextChainalysis Crypto Incident Response

Last updated 8 months ago

Was this helpful?

First, why two repositories?

Dolomite splits its smart contract source code between two repositories for a few reasons:

  • The Core repository was originally made by the dYdX team and uses old development practices and an older version of Solidity. We wanted to change as little as possible of the architecture of this repository because it worked exceptionally well and demonstrated its security

  • The Core repository is an encapsulation of the core protocol's immutability. Generally, this repository won't change

  • Testing in the Core repository revolves around unit tests, whereas the Modules repository enables more comprehensive testing with end-to-end integration testing by forking any live network

Dolomite Margin - Core

The Dolomite Margin Core were audited independently at various points in their lifecycle by , Bramah Systems, and most-recently by .

The Cyfrin audit report covers the most recent suite of updates to the smart contracts. The SECBIT audit was conducted prior to launch of Dolomite on Arbitrum One. The Zeppelin Solutions and Bramah Systems audit reports cover the original version of the smart contracts that was created by dYdX (when the protocol was called Solo Margin).

Dolomite Margin - Modules

The DolomiteMargin Modules are were audited by and . Please be aware that this repository undergoes active development and the scope (and smart contracts) covered by each audit is different.

This repository will contain most active development, since it's where the protocol performs its integrations and creates new features that sit atop the Core's immutable infrastructure.

Code Coverage

All production smart contracts are extremely well-tested and have 100% line, statement, and branch coverage.

for Dolomite Margin - Core

for Dolomite Margin - Modules

smart contracts
Zeppelin Solutions
SECBIT Labs
Cyfrin
Cyfrin Audit Report
SECBIT Labs Audit Report
Open Zeppelin Audit Report
Bramah Systems Audit Report
smart contracts
Zokyo
Guardian Audits
Zokyo Audit Report
Guardian Audits Report
Coverage Report
Coverage Report