SOCIALS
RESOURCES
CONTACT
Consume Solana-native price feeds from any EVM contract on Rome. Permissionless factory, CPI-based reads, Chainlink-compatible interface. No relayers, no wrapping, no latency.
Drop-in AggregatorV3Interface, same signatures Solidity developers already write against.
Price data fetched from on-chain Pyth accounts via Cross-Program Invocation; no off-chain oracle relayer.
Deploy an adapter for any Pyth or Switchboard feed in one transaction, no whitelisting.
maxStaleness parameter and revert-on-stale behavior (V2, in progress).
AggregatorV3Interface feed = AggregatorV3Interface(PYTH_ADDR); (, int256 price,,,) = feed.latestRoundData();