lighter

Execute on-chain trades and retrieve market data on Lighter DEX via Arbitrum.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill lighter-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lighter
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/lighter
Command: npx skills add https://github.com/nirholas/agenti --skill lighter-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

On-chain trading can be complex and fragmented; Lighter provides a unified interface to access markets, view prices and depths, and place orders on Arbitrum. It combines market data, order execution, and account management into a single skill for DeFi traders.

Core Features & Use Cases

  • Market Discovery: List available markets with liquidity and min order size.
  • Price & Depth: Retrieve current bid/ask/mid prices and orderbook depth.
  • Trading & Management: Place market or limit orders, view balances, positions, and open orders; close or cancel as needed.

Quick Start

Ask it to list markets, check ETH-USD price, and place a market long on ETH-USD.

Frequently Asked Questions about lighter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trade on an on-chain orderbook DEX on Arbitrum?

To retrieve orderbook depth and prices on Arbitrum, you can query available markets to check current bid, ask, and mid prices. This interface provides a unified view of market data and liquidity directly from the Lighter DEX.

How do I manage DeFi positions and open orders on Arbitrum?

To manage DeFi positions and open orders on Arbitrum, you can view your balances, monitor active positions, and list open orders. The interface allows you to close or cancel existing orders directly from a single environment.

Do I need an EVM private key to place market or limit orders on Lighter?

Yes, you need an EVM private key to securely execute trades and place market or limit orders on Lighter. A Lighter API key is optional but recommended to bypass rate limits during active trading sessions.

Can I run a dry-run simulation before executing DeFi trades on Arbitrum?

Yes, you can run dry-run simulations to test order execution safely before committing actual funds. Proper environment setup is required to ensure the simulation accurately reflects on-chain market conditions and order matching.