Skip to content

Getting Started

LeverUp is a decentralized trading protocol. This guide will help you integrate with the LeverUp smart contracts to build trading bots, interfaces, or analytics tools.

Prerequisites

To interact with LeverUp, you will need:

  1. A Monad private key.
  2. RPC Endpoint for the target network (e.g., Monad).
  3. Some native tokens for gas.

Core Concepts

  • Trading Portal: The main entry point for opening and closing market trades.
  • Limit Order Facet: Handles limit orders.
  • Trading Reader: Helper contract to read position and order data.