Giter VIP home page Giter VIP logo

uniswap-v3-simulator's Introduction

Twitter URL Chat

the "Tuner", a Uniswap V3 Simulator

Before an ochestra, every musical instrument has to be in-tune, to ensure an outstanding performance.

Before running a strategy, every parameter has to be fine tuned, to maximaze the performance.

Tuner is a programmatic Uniswap V3 simulator that allows strategy backtesting on a transaction-to-transaction basis with arbitrary or historical data without the EVM, it runs independently yet completely retains the exact smart-contract behavior of the intricate design and implementation of Uniswap V3.

Quick Start (follow the link: https://docs.bella.fi/)

Tuner is fundamentally a state machine, it can:

Completely replicate the tick-level calculation

  • this means your strategy will run through the Uniswap V3 implementation logic instead of just the high-level mathematic model.

Maintain the identical tick-level percision of prices, fees, and positions of Uniswap V3

  • this means the result of your backtesting is true to the real performance with the minimum margin of deviations.

Run fast

  • the EVM is slow, the historical dataset is huge, the Ganache cannot do the job, so use Tuner.

Fast-forward and rewind transactions

  • this means you can easily repeat a small portion of your test with a different set of parameters without the need to start over.

Take or recover from a snapshot(state)

  • this means you can run continuous regression test as your strategies constantly evolves.

Branch out and runs in parallel

  • this means you can run multiple back-tests each with a different set of parameters at the same time and compare the performance.

Persist historical data and strategy execution records in a SQLite database

  • this means the strategists can do advanced statistical analysis both in real-time and after the testing.

uniswap-v3-simulator's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.