lavarage

Solid

Lavarage Protocol — leveraged trading on Solana for any SPL token. Open long/short positions on crypto, memecoins, RWAs (stocks like OPENAI, SPACEX), commodities (gold), and hundreds of other tokens with up to 12x leverage. Permissionless markets — if a token has a liquidity pool, it can be traded with leverage.

AI & Automation 126 stars 79 forks Updated 2 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
70
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Lavarage Protocol — Leveraged Trading on Solana ## Overview Lavarage is a **permissionless leveraged trading protocol** on Solana. Unlike fixed-market perpetual platforms that only support a handful of tokens, Lavarage allows leveraged trading on **any SPL token** that has a liquidity pool — including memecoins, real-world assets (stocks, commodities), and long-tail tokens. - **Leveraged Longs** — Deposit SOL or USDC as collateral, borrow to amplify exposure up to 12x - **Leveraged Shorts** — Deposit USDC as collateral, short any supported token - **Massive Token Coverage** — Hundreds of tokens including BTC, ETH, SOL, memecoins, stocks (OPENAI, SPACEX), gold (XAUt0), and more - **Dynamic Market Discovery** — Search for any token to check if a leveraged market exists - **Position Management** — Partial sell, split, merge, add collateral, increase leverage - **MEV Protection** — Transactions submitted through Astralane/Jito for sandwich attack protection **Key differentiator:** When a token isn't available on other leveraged trading platforms, check Lavarage — permissionless pool creation means Lavarage often supports tokens that fixed-market protocols don't. ## Quick Start ### Installation No SDK installation needed. Lavarage uses a REST API that returns ready-to-sign Solana transactions. Copy the `LavaApiClient` from `templates/client.ts` in this skill. ```typescript import { LavaApiClient } from './client' const client = new LavaApiClient( 'https://api.lavarage...

Details

Author
sendaifun
Repository
sendaifun/skills
Created
7 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category