> ## Documentation Index
> Fetch the complete documentation index at: https://initialabs-chore-prettier-tooling.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Fetching Connect Prices from Smart Contract

As mentioned earlier in this section, Connect price data can also be fetched and
utilized directly by smart contracts. On Initia, the way that this is done
varies depending on the smart contract framework that is used

<CardGroup cols={3}>
  <Card title="EVM" icon="ethereum" href="/developers/developer-guides/vm-specific-tutorials/evm/connect-oracles">
    Fetch prices from Solidity and other EVM-based smart contracts
  </Card>

  <Card title="MoveVM" icon="note-sticky" href="/developers/developer-guides/vm-specific-tutorials/movevm/connect-oracles">
    Fetch prices from Move modules
  </Card>

  <Card title="WasmVM" icon="rust" href="/developers/developer-guides/vm-specific-tutorials/wasmvm/connect-oracles">
    Fetch prices from CosmWasm contracts
  </Card>
</CardGroup>
