Public technical reference for the ALYX testnet, including network identity, RPC/LCD/API endpoints, Keplr onboarding, faucet access, DEX routes, TokenFactory metadata, AI execution testing, and validator infrastructure.
Mainnet ALYX runs at https://alyxai.org.
This page is for alyxtest-4 only.
Testnet ALYX has no public market value. Use this network for wallet testing, validator testing, DEX testing, TokenFactory testing, AI execution testing, faucet flows, and frontend/backend integration checks.
Production users, liquidity partners, and listing reviewers should use mainnet documentation at https://alyxai.org/api-docs.html.
alyxtest-4ALYXualyx6alyxalyxvaloperalyxvalconstestnet.alyxai.orgvalidator-646.224.111.93https://testnet.alyxai.org/rpchttps://testnet.alyxai.org/lcdhttps://testnet.alyxai.org/apicurl -s https://testnet.alyxai.org/rpc/status | jq '.result.node_info.network'
curl -s https://testnet.alyxai.org/lcd/cosmos/base/tendermint/v1beta1/node_info | jq '.default_node_info.network'
Use the dedicated testnet onboarding page to add alyxtest-4 to Keplr, connect a wallet,
claim test ALYX, and test application flows.
alyxtest-4https://testnet.alyxai.org/rpchttps://testnet.alyxai.org/lcdualyxThe testnet faucet is intended for development and testing only.
POST https://testnet.alyxai.org/api/faucet
Content-Type: application/json
{
"address": "alyx1..."
}
GET /api/healthGET /api/network/overviewGET /api/dex/poolsGET /api/dex/pools/{id}GET /api/dex/paramsGET /api/tokenfactory/metadataGET /api/ai/statusGET /api/ai/modelsGET /api/ai/pricingPOST /api/ai/executeGET /api/address/{address}/dashboardGET /api/address/{address}/balancesGET /api/address/{address}/delegationsGET /api/address/{address}/txsGET https://testnet.alyxai.org/api/health
GET https://testnet.alyxai.org/api/network/overview
GET https://testnet.alyxai.org/api/dex/pools
GET https://testnet.alyxai.org/api/dex/params
GET https://testnet.alyxai.org/api/tokenfactory/metadata
GET https://testnet.alyxai.org/api/ai/models
GET https://testnet.alyxai.org/api/ai/pricing
Testnet AI execution can be used to validate paid execution flows before production rollout. If payment gating is enabled, the frontend should send test ALYX first and then submit the execution request with payment proof.
POST https://testnet.alyxai.org/api/ai/execute
Content-Type: application/json
{
"model": "alyx-core-llm",
"input": "Summarize the current ALYX testnet network, DEX, and AI layer.",
"walletAddress": "alyx1...",
"paymentTxHash": "TESTNET_TX_HASH",
"paymentAmount": "25000",
"paymentDenom": "ualyx"
}
Testnet Gecko-style routes are useful for validating pair indexing, swap events, adapter formatting, and listing-style market data payloads before production use.
GET /api/gecko/latest-blockGET /api/gecko/assetsGET /api/gecko/pairsGET /api/gecko/pairs/{id}GET /api/gecko/eventsGET https://testnet.alyxai.org/api/gecko/pairs
GET /api/dex-analytics/statusGET /api/dex-analytics/indexerGET /api/dex-analytics/pools/{id}/summaryGET /api/dex-analytics/pools/{id}/historyGET /api/dex-analytics/pools/{id}/volumeGET /api/dex-analytics/pools/{id}/swapsGET /api/dex-analytics/pools/{id}/fees-estimateGET /api/dex-analytics/pools/{id}/liquidity-historyGET /api/dex-analytics/pools/{id}/trend-summaryGET /api/dex-analytics/pools/{id}/lp-estimate/{address}GET /api/address/{address}/dashboardGET /api/address/{address}/overviewGET /api/address/{address}/balancesGET /api/address/{address}/delegationsGET /api/address/{address}/txsGET /api/dex/pools/{id}/position/{address}GET /api/dex/positions/{address}AMM Model: Constant product AMM (x * y = k)
Swap Fee: 0.30%
Pool Creation Fee: 100 ALYX (100000000 ualyx)
Testnet fee routing and pool configuration should be validated against live
/api/dex/params before copying any values into mainnet-facing documentation.
Use this testnet for validator onboarding, node sync, RPC/LCD behavior, frontend integration, and upgrade validation before production mainnet changes.
alyxtest-4https://testnet.alyxai.org/rpchttps://testnet.alyxai.org/lcdhttps://testnet.alyxai.org/downloads/https://testnet.alyxai.org/networks/factory/<creator>/<denom>curl -s https://testnet.alyxai.org/chain.json | jq . curl -s https://testnet.alyxai.org/assetlist.json | jq . curl -s https://testnet.alyxai.org/rpc/status | jq '.result.node_info.network' curl -s https://testnet.alyxai.org/lcd/cosmos/base/tendermint/v1beta1/node_info | jq '.default_node_info.network' curl -s https://testnet.alyxai.org/api/health | jq . curl -s https://testnet.alyxai.org/api/network/overview | jq . curl -s https://testnet.alyxai.org/api/dex/pools | jq . curl -I https://testnet.alyxai.org/keplr curl -I https://testnet.alyxai.org/api-docs.html
https://alyxai.org = ALYX mainnethttps://testnet.alyxai.org = ALYX public testnet