Skewed market making server
Source: Notion | Last edited: 2025-12-16 | ID: 29a2d2dc-3ef...
Setting up server:
Section titled “Setting up server:”When creating the server EC2, remember to attach IAM role for trading server
git clone [https://github.com/Eon-Labs/skewed-market-making.git](https://github.com/Eon-Labs/skewed-market-making.git)
sudo add-apt-repository universesudo apt update
sudo apt install python3-pip
# Optional - venvsudo apt install python3.12-venvpython3.12 -m venv venv# Optional - venv
pip install -r requirements.txt
tmux new -s market-makingpython main.py --symbol ETH/USDCConnect to the server
Section titled “Connect to the server”ssh -i ~/.ssh/blade-software-tokyo.cer ubuntu@13.112.98.57
tmux attach -t market-making
# check metrics and logscd skewed-market-making/logs