Skip to content

Instantly share code, notes, and snippets.

View noxx3xxon's full-sized avatar

noxx noxx3xxon

View GitHub Profile
@noxx3xxon
noxx3xxon / arbitrage.py
Created August 21, 2022 22:34
CFMM Routing Arbitrage Example
import numpy as np
import cvxpy as cp
import itertools
# Problem data
global_indices = list(range(4))
# 0 = TOKEN-0
# 1 = TOKEN-1
# 2 = TOKEN-2