ALYX Developer Portal v1

ALYX Public Network and API Documentation

Public technical reference for the ALYX blockchain, including network identity, public infrastructure, seed nodes, RPC/API/gRPC endpoints, DEX surfaces, TokenFactory metadata, and AI execution routes.

ALYX is a Cosmos SDK + CometBFT non-EVM Layer-1 focused on autonomous intelligence, on-chain liquidity, and ALYX-denominated execution.


Listing Verification Notice

ALYX is submitting an official listing request to CoinMarketCap.

All official project information, infrastructure endpoints, and public documentation originate from https://alyxai.org.

Official contact: listing@alyxai.org

1. Network Identity


2. System Description

ALYX uses a hub-and-spoke market structure with ALYX as the monetary coordination asset. Canonical ecosystem assets are priced in ALYX through live on-chain liquidity. AI is a premium ecosystem asset priced in ALYX through the ALYX/AI pool, while GPU, DATA, and MODEL are canonical economy assets with their own ALYX liquidity pairs.


3. Base URLs


4. Public Infrastructure Endpoints

Redundancy: ALYX public infrastructure is distributed across multiple independent nodes. Primary and backup endpoints are provided for reliability, fault tolerance, and seamless failover.

RPC

REST / LCD / API

gRPC (Cosmos Service Layer)

Used for Cosmos SDK queries, indexing, and advanced client integrations.

Seed Nodes

Direct IP Fallback

# Validator / full node persistent peers or seeds example
seeds = "150de304a7f498bd10d68f9fe6698a6a7addd48f@seed.alyxai.org:26656,cf242dd238a236074d8551d2fe04f6e8f409a6a3@seed2.alyxai.org:26656"
    

5. Core Public Endpoints

Additional public routes are available for pricing, wallet intelligence, address analytics, LP position surfaces, DEX analytics, and token metadata. The endpoints above are the primary public integration surface for external developers, wallets, explorers, and listing reviewers.


6. Gecko Adapter Endpoints

ALYX exposes a Gecko-style adapter layer for external market data integrations, pair indexing, asset discovery, and swap event ingestion.

Current pair ids use the format alyx-{poolId}. Example: alyx-1 = ALYX / AI, alyx-2 = ALYX / GPU, alyx-3 = ALYX / DATA, alyx-4 = ALYX / MODEL, alyx-5 = ALYX / DeltaWolves.

The adapter currently exposes compatibility fields reserve_usd and volume_usd_24h, but these are presently ALYX-normalized compatibility values until a true ALYX/USD oracle or external reference index is added. Native protocol values are also exposed via reserve_alyx, volume_alyx_24h, and price_native. price_usd is intentionally returned as null until a real USD source exists.

GET https://alyxai.org/api/gecko/latest-block

{
  "chain_id": "alyxtest-4",
  "height": 996353,
  "timestamp": "2026-04-19T02:02:16.474066368Z"
}
    
GET https://alyxai.org/api/gecko/assets

[
  {
    "id": "ualyx",
    "symbol": "ALYX",
    "name": "ALYX",
    "image_url": "/assets/tokens/alyx.png"
  },
  {
    "id": "factory/alyx1spezpttcm7m7k64gtluenx9e5qlwudez0zvedk/AI",
    "symbol": "AI",
    "name": "AI",
    "image_url": "/assets/tokens/ai.png"
  }
]
    
GET https://alyxai.org/api/gecko/pairs

{
  "data": [
    {
      "id": "alyx-1",
      "dex_key": "alyx",
      "chain_id": "alyxtest-4",
      "pool_id": 1,
      "pair_name": "ALYX / AI",
      "base_token": {
        "id": "ualyx",
        "symbol": "ALYX",
        "name": "ALYX",
        "image_url": "/assets/tokens/alyx.png"
      },
      "quote_token": {
        "id": "factory/alyx1spezpttcm7m7k64gtluenx9e5qlwudez0zvedk/AI",
        "symbol": "AI",
        "name": "AI",
        "image_url": "/assets/tokens/ai.png"
      },
      "reserve_usd": 60101426.977242,
      "volume_usd_24h": 1393.887253,
      "reserve_alyx": 60101426.977242,
      "volume_alyx_24h": 1393.887253,
      "price_native": 0.301868440835,
      "price_usd": null,
      "created_at": null,
      "labels": ["verified-core", "canonical", "ai-economy"],
      "metadata": {
        "class": "Verified Core Pool",
        "isCanonical": true,
        "isVerifiedCore": true,
        "isCertified": false,
        "isCommunity": false,
        "pricingNote": "reserve_usd and volume_usd_24h are ALYX-normalized compatibility fields until a true USD oracle/index is added."
      }
    }
  ],
  "pagination": {
    "page": 1,
    "limit": 100,
    "total": 5,
    "hasNextPage": false
  }
}
    
GET https://alyxai.org/api/gecko/pairs/alyx-1

{
  "id": "alyx-1",
  "dex_key": "alyx",
  "chain_id": "alyxtest-4",
  "pool_id": 1,
  "pair_name": "ALYX / AI",
  "base_token": {
    "id": "ualyx",
    "symbol": "ALYX",
    "name": "ALYX",
    "image_url": "/assets/tokens/alyx.png"
  },
  "quote_token": {
    "id": "factory/alyx1spezpttcm7m7k64gtluenx9e5qlwudez0zvedk/AI",
    "symbol": "AI",
    "name": "AI",
    "image_url": "/assets/tokens/ai.png"
  },
  "reserve_usd": 60101426.977242,
  "volume_usd_24h": 1393.887253,
  "reserve_alyx": 60101426.977242,
  "volume_alyx_24h": 1393.887253,
  "price_native": 0.301868440835,
  "price_usd": null,
  "created_at": null
}
    
GET https://alyxai.org/api/gecko/events?limit=20&from_block=980000

{
  "data": [
    {
      "id": "3A9F1295FE393E53660A63A0C8B92D30DE33649EB816426758EBBF36EC49D9DF:0:0",
      "tx_hash": "3A9F1295FE393E53660A63A0C8B92D30DE33649EB816426758EBBF36EC49D9DF",
      "block_height": 996124,
      "timestamp": "2026-04-19T01:41:47.184253274Z",
      "pool_id": 4,
      "pair_id": "alyx-4",
      "event_type": "swap",
      "trader": "alyx1lanhuuymu6hw92ncwmkldkk7wld293z05rnkt8",
      "token_in": {
        "denom": "ualyx",
        "symbol": "ALYX",
        "amount_display": 25
      },
      "token_out": {
        "denom": "factory/alyx1spezpttcm7m7k64gtluenx9e5qlwudez0zvedk/MODEL",
        "symbol": "MODEL",
        "amount_display": 84.741823
      },
      "note": "token_out.amount_display currently reflects minAmountOutDisplay from the indexed swap feed until exact realized amount-out indexing is added."
    }
  ],
  "pagination": {
    "limit": 20,
    "totalReturned": 9,
    "filteredFromBlock": 980000
  }
}
    

7. Example: Health

GET https://alyxai.org/api/health

{
  "ok": true,
  "chainId": "alyxtest-4",
  "latestHeight": 994089,
  "latestBlockTime": "2026-04-18T22:39:15.438046917Z",
  "catchingUp": false,
  "timestamp": "2026-04-18T22:39:40.892Z"
}
    

8. Example: Network Overview

GET https://alyxai.org/api/network/overview

{
  "chainId": "alyxtest-4",
  "latestHeight": 994089,
  "latestBlockTime": "2026-04-18T22:39:15.438046917Z",
  "catchingUp": false,
  "activeValidators": 6,
  "totalSupply": "3026100033.649722",
  "bondedTokens": "59006.98",
  "genesisSupply": "3000000000",
  "trackedWalletSupply": "2856889821.232971",
  "untrackedSupply": "143110178.767029",
  "fundedWalletCount": 11,
  "canonicalLiquidity": {
    "canonicalPoolCount": 4,
    "alyxInPools": "135103263.27501",
    "aiInPools": "199098790.078333",
    "gpuInPools": "99997443.458863",
    "dataInPools": "99996197.524537",
    "modelInPools": "99998179.212604",
    "totalTrackedLiquidity": "634193873.549347"
  },
  "currentUpgrade": {
    "name": "tokenfactory-v1",
    "height": 383665,
    "status": "PROPOSAL_STATUS_PASSED",
    "proposalId": 3
  },
  "dex": {
    "live": true,
    "poolCount": 5,
    "swapFeeBps": 30,
    "poolCreationFee": "100000000"
  },
  "tokenfactory": {
    "live": true
  },
  "ai": {
    "live": true
  }
}
    

9. Example: DEX Pools

GET https://alyxai.org/api/dex/pools

[
  {
    "poolId": 1,
    "tokenA": "ALYX",
    "tokenB": "AI",
    "denomA": "ualyx",
    "denomB": "factory/alyx1spezpttcm7m7k64gtluenx9e5qlwudez0zvedk/AI",
    "reserveADisplay": 60101212.299742,
    "reserveBDisplay": 199098790.078333,
    "pair": "ALYX / AI",
    "class": "Verified Core Pool",
    "isVerifiedCore": true,
    "isCanonical": true,
    "liquidityALYX": 60101212.299742
  },
  {
    "poolId": 5,
    "tokenA": "ALYX",
    "tokenB": "DeltaWolves",
    "denomA": "ualyx",
    "denomB": "factory/alyx1dtsxng9z7kkkmgc3fj3seg2vv4vllfp43nj6rg/DeltaWolves",
    "pair": "ALYX / DeltaWolves",
    "class": "Certified Pool",
    "isCanonical": false,
    "isCertified": true,
    "declaredLiquidityLock": "forever"
  }
]
    

10. Example: TokenFactory Metadata

GET https://alyxai.org/api/tokenfactory/metadata

[
  {
    "denom": "ualyx",
    "name": "ALYX",
    "symbol": "ALYX",
    "description": "Native monetary asset of ALYX and the base unit of value across the Autonomous Intelligence Ledger.",
    "image": "/assets/tokens/alyx.png",
    "website": "https://alyxai.org"
  },
  {
    "denom": "factory/alyx1spezpttcm7m7k64gtluenx9e5qlwudez0zvedk/AI",
    "name": "Artificial Intelligence",
    "symbol": "AI",
    "description": "Premium AI asset on ALYX, dynamically priced in ALYX through live on-chain liquidity..",
    "image": "/assets/tokens/ai.png"
  }
]
    

11. Example: AI Models

GET https://alyxai.org/api/ai/models

{
  "phase": "Live",
  "settlementAsset": "ALYX",
  "pricingUnit": "ALYX-denominated execution",
  "models": [
    {
      "id": "model-001",
      "slug": "alyx-core-llm",
      "name": "ALYX Core LLM",
      "category": "llm",
      "status": "live",
      "settlementAsset": "ALYX",
      "pricingMode": "usage",
      "registryAsset": "MODEL"
    },
    {
      "id": "model-002",
      "slug": "alyx-vision-alpha",
      "name": "ALYX Vision Alpha",
      "category": "vision",
      "status": "live",
      "settlementAsset": "ALYX",
      "pricingMode": "usage",
      "registryAsset": "MODEL"
    },
    {
      "id": "model-003",
      "slug": "alyx-data-indexer",
      "name": "ALYX Data Indexer",
      "category": "data",
      "status": "live",
      "settlementAsset": "ALYX",
      "pricingMode": "subscription",
      "registryAsset": "DATA"
    },
    {
      "id": "model-004",
      "slug": "alyx-agent-router",
      "name": "ALYX Agent Router",
      "category": "agent",
      "status": "live",
      "settlementAsset": "ALYX",
      "pricingMode": "fixed",
      "registryAsset": "AI"
    }
  ]
}
    

12. Example: AI Pricing

GET https://alyxai.org/api/ai/pricing

{
  "phase": "Live",
  "settlementAsset": "ALYX",
  "pricingUnit": "ALYX-denominated execution pricing",
  "items": [
    {
      "modelSlug": "alyx-core-llm",
      "modelName": "ALYX Core LLM",
      "status": "live",
      "pricingMode": "usage",
      "settlementAsset": "ALYX",
      "unitLabel": "per 1K tokens",
      "amount": "25000",
      "displayAmount": 0.025
    },
    {
      "modelSlug": "alyx-vision-alpha",
      "modelName": "ALYX Vision Alpha",
      "status": "live",
      "pricingMode": "usage",
      "settlementAsset": "ALYX",
      "unitLabel": "per image task",
      "amount": "50000",
      "displayAmount": 0.05
    },
    {
      "modelSlug": "alyx-data-indexer",
      "modelName": "ALYX Data Indexer",
      "status": "live",
      "pricingMode": "subscription",
      "settlementAsset": "ALYX",
      "unitLabel": "per month",
      "amount": "5000000",
      "displayAmount": 5
    },
    {
      "modelSlug": "alyx-agent-router",
      "modelName": "ALYX Agent Router",
      "status": "live",
      "pricingMode": "fixed",
      "settlementAsset": "ALYX",
      "unitLabel": "per routing job",
      "amount": "100000",
      "displayAmount": 0.1
    }
  ]
}
    

13. Example: AI Execution

POST https://alyxai.org/api/ai/execute
Content-Type: application/json

{
  "model": "alyx-core-llm",
  "input": "Give me a summary of the current ALYX network, DEX, and AI layer."
}
    

14. Price and Market Data

15. Wallet and Address Intelligence

16. DEX Model

AMM Model: Constant product AMM (x * y = k)

Swap Fee: 0.30%

Pool Creation Fee: 100 ALYX (100000000 ualyx)


17. Architecture Notes

18. Monetary and Market Structure

19. Data Availability

20. Listing and Integration Notes

21. Notes