Decentralized AI inference (weather, deepfake detection, LLMs) with x402 USDC micropayments.

stdioofficialservice

Package Details

Transportstdio

Environment Variables

TELEGRAPH_NODE_URL(str)
Required

Telegraph node public API URL (e.g. http://13.237.89.59:7044)

TELEGRAPH_ENGINE_URL(str)
Required

Telegraph Engine inference server URL (e.g. http://13.237.89.59:8080)

TELEGRAPH_DAEMON_URL(str)
Required

Telegraph Daemon signal API URL (e.g. http://13.237.89.59:8081)

TELEGRAPH_EVM_PRIVATE_KEY(str)
Secret

EVM private key (0x-prefixed hex) of a USDC-funded burner wallet used to sign x402 payments. At least one of TELEGRAPH_EVM_PRIVATE_KEY or TELEGRAPH_SOLANA_PRIVATE_KEY is required.

TELEGRAPH_SOLANA_PRIVATE_KEY(str)
Secret

Solana private key (base58) for SVM x402 payments. Optional alternative to TELEGRAPH_EVM_PRIVATE_KEY.

EVM_NETWORK(str)

CAIP-2 network identifier for EVM payments. Defaults to eip155:*.

SVM_NETWORK(str)

CAIP-2 network identifier for Solana payments. Defaults to solana:*.

REFRESH_INTERVAL_MS(str)

Dynamic miner-tool refresh interval in milliseconds. Defaults to 300000 (5 min). Set to 0 to disable.