Rho X Is Launched: Taking Rates Trading to the Heart of Crypto Markets
The Future of rates trading is in your hands with Rho X.
Start exploring next-gen features on Rho X [Beta]. Meanwhile, Rho Protocol (V1) remains supported for a smooth and secure transition.
The upgrade you didn’t know you needed — until now.
Instant execution with full control over order execution — while funds are secured on Ethereum
Deposit and trade directly in dollars. No need to hold or hedge BTC/ETH spot, making trading cheaper, simpler and more neutral.
One account for all products in a category. Manage capital with maximum simplicity and speed.
All your open positions offset each other, dramatically improving capital efficiency and reducing margin requirements.
Advanced order types, professional dashboard, and a trader-first UI designed for both active and institutional users.
export type RhoSDKNetwork = 'mainnet' | 'testnet' | 'custom'
export interface RhoSDKParams {
network?: RhoSDKNetwork
routerAddress?: string
viewAddress?: string
quoterAddress?: string
rpcUrl?: string
oracleServiceUrl?: string
privateKey?: string
provider?: JsonRpcProvider | BrowserProvider
signer?: JsonRpcSigner
}
Build with Rho