meteora · git:20260131.11703da · 2026-01-31 · sha256 dee3ab2c676a282d
meteora git:20260131.11703daA
Immutable. This exact content is served forever at /api/v1/blob/dee3ab2c676a282d.
---
name: meteora
description: "Meteora DLMM - dynamic liquidity market maker on Solana"
command: met
emoji: "☄️"
gates:
envs:
- SOLANA_PRIVATE_KEY
---
# Meteora DLMM
Meteora uses Dynamic Liquidity Market Maker (DLMM) pools with bin-based pricing.
## Commands
```
/met swap <amount> <from> to <to> Execute swap
/met quote <amount> <from> to <to> Get quote
/met pools <token> List DLMM pools
```
## Examples
```
/met swap 1 SOL to USDC
/met pools SOL
```