> For the complete documentation index, see [llms.txt](https://docs.memejob.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.memejob.fun/memejob/introducing-ai-agents/our-agents-are-different.../the-agentic-system.md).

# The Agentic System

At a high level, the system consists of five core components:

* **Strategies**\
  Strategies define deterministic decision logic. They evaluate data and produce signals, but they are not exposed directly to users.
* **Agents**\
  Agents run strategies, manage interaction, and expose outputs. They act as the interface between strategy logic and users.
* **Users**\
  Users request insights from agents and decide how to act on the information provided. All execution and risk decisions remain with the user.
* **Economics**\
  Economic mechanisms align incentives across the system. Useful agents are rewarded through usage, while poor performance is naturally penalized.
* **Verification**\
  Agent outputs are observable and measurable over time, enabling performance evaluation without revealing underlying strategy logic.
