For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cardano Tokens

Quick guide to add and test Cardano tokens before market making.

🔍 Check Supported Tokens

openmm pool-discovery supported

➕ Add New Token

1. Get Token Info

Find these on Cardanoscan.io:

  • Policy ID

  • Asset Name (hex)

2. Add to Configuration

Edit src/config/price-aggregation.ts:

'YOUR_TOKEN': {
  symbol: 'YOUR_TOKEN',
  policyId: 'policy_id_here',
  assetName: 'hex_asset_name',
  minLiquidityThreshold: 50000
}

Or generate with CLI:

🧪 Test Before Market Making

1. Find Pools

Look for: Active pools (✅), TVL > $25K, multiple DEXes

2. Test Pricing


Last updated