Skip to content

mimic-fi/automated-vaults-with-mimic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Blockchain developer platform

Discord

OverviewScopeSetupLicense


Overview

This repository demonstrates how to build automated DeFi vaults on Ethereum using Mimic as the execution and automation layer.

In this example, vaults execute predefined strategies such as:

  • Periodic rebalancing
  • Yield optimization
  • Conditional execution based on market state

The application does not implement:

  • Automation schedulers
  • Conditional execution engines
  • Multi-step transaction orchestration
  • Execution retries and failure handling
  • Gas management or native token funding
  • RPC connections or oracle integrations

Mimic handles execution by:

  • Triggering strategy execution based on defined conditions
  • Coordinating multi-step transactions
  • Managing retries and execution failures
  • Handling gas payment and transaction submission

This allows vault implementations to focus on strategy definition while delegating automation and execution complexity to Mimic.

Scope

Ethereum is used as the reference execution environment for this example.

Mimic supports execution across multiple chains and environments. The same vault execution model can be applied to other supported networks without changes to execution orchestration.

Setup

To set up this project you'll need git and yarn installed.

From your command line:

# Clone the repository
git clone https://github.com/mimic-fi/automated-vaults-with-mimic

# Enter the repository
cd automated-vaults-with-mimic

# Install dependencies
yarn

License

MIT


Website mimic.fi  ·  Docs docs.mimic.fi  ·  GitHub @mimic-fi  ·  Twitter @mimicfi  ·  Discord mimic

About

Automated vaults on Ethereum that use Mimic to execute strategy logic, rebalance positions, and handle transaction execution without custom automation or orchestration code.

Topics

Resources

Stars

Watchers

Forks

Contributors