# Aave Markets

The Aave Protocol consists of markets deployed to blockchain networks. Market methods are used by developers to fetch data and execute protocol operations such as supply and borrow assets.

  <IconCard
    href="./data"
    icon="DatabaseIcon"
    title="Market Data"
    description="Learn the basics."
  />
  <IconCard
    href="./positions"
    icon="UserIcon"
    title="User Positions"
    description="Fetch Aave user positions."
  />
  <IconCard
    href="./operations"
    icon="VerticalToggleIcon"
    title="Market Operations"
    description="Supply, borrow, repay, withdraw."
  />
  <IconCard
    href="./advanced"
    icon="FeaturesIcon"
    title="Advanced Features"
    description="E-Mode, liquidations and more."
  />

<div style={{ marginTop: 32 }} />

For a deeper dive into the Aave Protocol, see [Aave Guides](../../../aave-101).
