Pythia Indicators

Calculated indicators on-chain — EMA, RSI, Bollinger Bands, VWAP, volatility — for any token in crypto. One Solidity call, standard Chainlink interface. Your contract reads indicators like any other oracle feed.

1

Request

Call requestFeed("bitcoin_RSI_1H_14") with any feed name. Pay the tier fee in LINK.

2

Compute

Pythia calculates the indicator across 4 redundant data sources and delivers it on-chain via Chainlink.

3

Read

Your contract reads lastValue. Done. No API keys, no infrastructure, no trust assumptions.

Chainlink-Native

Standard requestFeed() / fulfill() pattern. Same interface every Chainlink developer already knows.

Cross-Chain Data

BTC, SOL, TAO, RENDER, ONDO — indicators for tokens from any chain, delivered on-chain. Not limited to one ecosystem.

4 Redundant Sources

CoinGecko, DeFiLlama, CoinPaprika, DexScreener. Automatic failover — if one goes down, the data keeps flowing.

Free to Try

PythiaFaucet on testnet — 5 free requests per day, no LINK needed, no signup. Verify before you commit.

Integrate Indicators

Standard Chainlink interface — nothing new to learn. 4 lines of Solidity.

Feed Naming Convention

Feed names follow the pattern: {engine_id}_{INDICATOR}_{TIMEFRAME}_{PARAM}

pol_EMA_5M_20 aave_RSI_1H_14 uniswap_BOLLINGER_5M_UPPER morpho_VWAP_24H

Contract Addresses

Solidity Consumer

REST API

Shell
# The Chainlink External Adapter accepts any feed name.
# Your smart contract calls requestFeed() — the adapter
# computes the indicator and delivers it on-chain.
#
# Feed name format: {engine_id}_{INDICATOR}_{TIMEFRAME}_{PARAM}
#
# Examples:
#   pol_EMA_5M_20        — 20-period EMA, 5-min candles
#   aave_RSI_1H_14       — 14-period RSI, 1-hour candles
#   uniswap_VWAP_24H     — 24-hour VWAP
#   morpho_BOLLINGER_5M_UPPER — Upper Bollinger Band
#
# All values are returned as uint256 with 18 decimals.

Free Testnet Faucet

Try Pythia on Polygon Amoy with zero cost. The PythiaFaucet contract gives you 5 free requests per day — no LINK needed, no signup.

Faucet 0x640fC3B9B607E324D7A3d89Fcb62C77Cc0Bd420A

View on Amoy Explorer