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.ioarrow-up-right:

  • 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