Introduction

meemz.bet is a non-custodial perpetual trading platform built on Solana, designed specifically for memecoin trading with leverage up to 100x.

Trading with leverage is extremely risky. Only trade with funds you can afford to lose.

Key features include:

Connect Wallet

To start trading on meemz.bet, you'll need a Solana-compatible wallet. We support:

Click the "Launch App" button and select your wallet from the connection modal. Approve the connection request in your wallet.

Deposit Funds

meemz.bet uses SOL as collateral for all trades. To deposit:

  1. Ensure you have SOL in your connected wallet
  2. Navigate to the "Account" tab in the trading interface
  3. Enter the amount of SOL to deposit
  4. Approve the transaction in your wallet

Deposits are instant and your funds remain in your control at all times.

Opening a Position

To open a perpetual position:

  1. Select your market (e.g., DOGE/USDT)
  2. Choose Long or Short
  3. Enter your position size
  4. Select your leverage (1x–100x depending on market)
  5. Review and confirm your order

Order Types

We currently support:

Understanding Leverage

Leverage allows you to control a larger position with less capital. For example, with 10x leverage, a $100 deposit controls a $1,000 position.

Higher leverage means higher potential profits AND losses. A 100x position can be liquidated with just a 1% adverse price movement.

Maximum leverage varies by market:

Liquidation

Liquidation occurs when your position's margin ratio falls below the maintenance margin requirement. This happens when losses exceed your collateral.

To avoid liquidation:

Fees

Our fee structure is straightforward:

API

We offer a REST and WebSocket API for programmatic trading:

// Example: Get current price
const response = await fetch('https://api.meemz.bet/v1/price/DOGE-USDT');
const data = await response.json();
console.log(data.price);

Full API documentation available at api.meemz.bet/docs

Security

Security is our top priority: