Drips Documentation

Drips Documentation

  • Docs

›The Protocol

Intro and Basics

  • What's a Drip?
  • Accessing Drips
  • Connecting to a Safe
  • FAQ

For Funders

  • Fund Your Dependencies

For Fundraisers

  • How to Claim a Project

Streaming and Splitting

  • Streams and Splits - Getting Started
  • Manage funds

    • Add funds
    • Withdraw Funds
    • Collect earnings

    Streams

    • Create a Stream
    • Edit, Pause or Delete a Stream

    Splits

    • Set Up & Manage Splits

The Protocol

  • Overview
  • Drips v2 Features
  • Accounts In Drips
  • Smart Contract and Subgraph Details
  • Security
  • Advanced Topics

    • Caller
    • Account Metadata
    • Streaming Fractional Amounts
    • Drips Inner Workings

Get Involved

  • Join the Drips Community

Security

At Drips, we take security seriously and have taken a number of steps to ensure the security of our smart contracts on Ethereum.

High test coverage and fuzz tests

Our codebase has a high level of unit test coverage and we used Foundry to fuzz-test the key features of our contracts.

Security Reviews

First and foremost, we worked with an independent security auditor to conduct smart contract security reviews during the development:

See the Security Report

In addition, one team member is a security auditor, so we were able to leverage their expertise in this area and performed an internal audit.

See the Internal Report

We also worked with Code4rena to conduct an audit contest where 26 wardens conducted analysis of the protocol and smart contracts and provided feedback:

See the Code4rena Report

Certora

Additionally, we have worked with the Certora team to formally verify certain parts of our smart contracts. This involved mathematically proving the correctness of our code, which helps to identify and eliminate potential vulnerabilities.

While we are excited about the potential of using formal verification to improve the security of our smart contracts, it's important to note that this technology is still in its early stages and at an experimental level for Drips.

However, we believe that it is important to stay at the forefront of technology and explore new approaches to smart contract security. By doing so, we hope to gain valuable insights and improve our security measures over time.

You can read the report from Certora, or explore our work on invariants with the Certora prover in Github.

Risk

Of course, it's important to note that despite our efforts to ensure the security of our smart contracts, there is always a certain level of risk involved.

No system is completely immune to security threats, and it's impossible to guarantee that our smart contracts will never be exploited.

← Smart Contract and Subgraph DetailsCaller →