Web3 Trading Terminal

Visit →

Background

I was running a manual trading strategy on Polygon-ecosystem assets and missing entries because I could not watch charts continuously. The gap between the rule and the execution was obvious.

Web3 Trading Terminal was an attempt to encode that rule into software: define the signal, configure thresholds, monitor the market, and execute without needing a browser tab open all day.

Approach

The terminal separates strategy from execution. Entry conditions, exit conditions, and position sizing are configured separately, while the execution layer handles price feeds, order submission, and history.

The dashboard surfaces open positions, P&L, and execution events in a terminal-style interface. The product is intentionally closer to an operating console than a consumer trading app.

Limitations

Backtesting was useful, but live execution exposed a different system. Slippage, latency, failed fills, and changing liquidity matter more when the position is real.

A backtest runs on completed history. Execution runs on uncertainty. The terminal handled the rule better than I did manually, but it also made the hidden assumptions in the rule easier to see.

What I learned

The next version would start with monitoring, not signals. When real capital is involved, the ability to detect a bad state and stop the system quickly is the product.

The project also changed how I think about risk. Risk tolerance in theory and risk tolerance in execution are different things.