top of page

Coding a USDC/USD Market Making Bot on Revolut Exchange with Claude

  • 7 hours ago
  • 1 min read

In this project, I’m going to code a Market Making Bot using Claude Code from scratch. The Bot will then be deployed for live trading and will hopefully make a profit.


[Disclaimer]

The following content does not serve as investment advice but serves for educational purposes only. Your capital is at risk when trading in the financial markets. Past performance is not an indicator of future results.

Strategy

  • I’m going to create a Market Making Strategy on USDC/USD. This is one of the simplest strategies that you can trade because USDC is pegged 1:1 to USD.

  • The fair value of USDC/USD is 1.0. Therefore, to make a profit, I can create a spread around this price. For example, I can buy USDC at 0.9995 and sell USDC at 1.0005.

  • Below, you can find the current price of USDC/USD on Revolut Exchange


Risks


Tasks:

  • Implementing Revolut Exchange API into a Python Class

  • Running a fully automated trading algorithm using the mentioned strategy

 
 
 

Recent Posts

See All
Update: 22 April 2026

Hello everyone, here's another update on upcoming projects. As you might have noticed from my recent videos, I've been focusing a lot on arbitrage trading to share more in detail how I trade exactly.

 
 
 
bottom of page