← all posts
RiskApr 19, 2026·5 min

Isolated margin by default, enforced on-chain

by Myeperps Team

Cross margin is a footgun on a venue where anyone can launch a 100× market on a three-hour-old token. One bad fill on a thin market can cascade into your majors and wipe an account that was otherwise healthy. The convenience is not worth the contagion.

Myeperps makes isolated margin the default. Every position carries its own collateral, its own liquidation price, and its own stop-out buffer. A blow-up on PEPE-PERP stays inside PEPE-PERP — your SOL long does not even notice.

Because risk parameters live in the program, they are not a dashboard setting you can forget. Max leverage, per-market caps, and stop-out buffers are read on-chain before any size moves. A blocked order returns a typed reason instead of silently overexposing you.

In the terminal, try to open a position above a market cap. The program rejects it with the same reason your bot would receive in production.

Want to see it run? Open the playground →