# Data Source

Agent strategies rely on a combination of market, liquidity and pricing data aggregated from trusted third-party providers. These data sources supply the foundational signals used by both technical indicators and higher-level AI decision layers.

The current supported data sources include:

* **CoinGecko**\
  Provides broad market coverage, token metadata, historical price data, market capitalization and volume metrics used for baseline market awareness and cross-asset comparisons.
* **GeckoTerminal**\
  Supplies real-time and historical DEX liquidity, pool-level data and on-chain trading activity, enabling agents to reason about depth, slippage and decentralized market dynamics.
* **Supra Oracle (real-time pricing)**\
  Delivers low-latency, tamper-resistant price feeds for accurate execution, strategy validation and synchronization between on-chain actions and off-chain signals.

Data from these providers is normalized and abstracted before use; agents and strategies do not interact with external APIs directly.

{% hint style="info" %}
Additional data providers and custom feeds may be introduced over time as the platform expands support for new networks, instruments, and agent behaviors, subject to reliability and consistency requirements
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.memejob.fun/memejob/introducing-ai-agents/agentic-and-data-layer/data-source.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
