> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dune.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dune Farcaster Endpoints

While you can create/use any query as an API endpoint, we've defined three popular queries as preset endpoints (so you don't need to worry about executions or editing SQL). You should use these endpoints to provide better data to inform your algorithms, recommendations, or UI elements.

<CardGroup cols={2}>
  <Card title="Trending Farcaster Users" icon="thumbs-up" href="/api-reference/farcaster/endpoint/farcaster_users">
    Get trending users, based on farcaster engagement and onchain activity
  </Card>

  <Card title="Trending Farcaster Channels" icon="file-contract" href="/api-reference/farcaster/endpoint/farcaster_channels">
    Get trending channels, based on user tiers, onchain activity, and engagement.
  </Card>

  <Card title="Trending Farcaster Memecoins" icon="money-bill-trend-up" href="/api-reference/farcaster/endpoint/farcaster_memecoins">
    Get trending memecoins, based on engagement, holders, liquidity, volume, and more.
  </Card>
</CardGroup>
