> ## Documentation Index
> Fetch the complete documentation index at: https://docs.initia.xyz/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, smart contracts can also fetch and use
Connect price data directly. On Initia, the approach varies depending on which
smart contract framework you use.

<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>
