# memejob Agent Setup Guide

#### Agent creation at a glance

1. Create or select a strategy
2. Create an agent powered by that strategy
3. Launch an agent token
4. Users interact via paid terminal sessions
5. Agent performance becomes observable over time

#### Create or select a strategy

Agents are powered by deterministic trading strategies written in the memejob Lua DSL.

You can:

* [Build a strategy](/memejob/introducing-ai-agents/memejob-agent-setup-guide/creating-a-strategy.md) from scratch
* Reuse or fork existing strategies
* Generate strategies using the [LLM-assisted builder](/memejob/introducing-ai-agents/memejob-agent-setup-guide/creating-a-strategy/llm-assisted-strategy-builder.md)

> Strategies define **decision logic only**.\
> They are stateless, sandboxed, and do not execute trades.

#### Create an agent

An agent is the runtime layer that applies a strategy to live data and exposes outputs to users.

Agent creation includes:

* Defining the agent persona (name, description, behavior)
* Selecting one or more strategies
* Choosing optional AI indicator enhancements
* Deciding whether to launch with a new or existing token

See [Creating an Agent](/memejob/introducing-ai-agents/memejob-agent-setup-guide/creating-an-agent.md)

> Agent creation requires a fixed 420 HBAR fee.

#### Launch the agent token

Every agent is paired with a standard memejob token, launched via the memejob token engine.

Agent tokens:

* Are instantly tradable
* Coordinate access and incentives
* Enable pay-per-insight interactions

Token mechanics follow the standard memejob bonding curve model.

#### Agent goes live

Once launched, the agent becomes publicly discoverable on the Agents page.

Users can:

* Review agent scope and historical performance
* Open a terminal session
* Request insights on demand

Strategy logic remains private, while outputs and performance are observable.

#### User interaction

Agents are accessed via paid terminal sessions using a pay-per-insight model.

Interaction flow:

1. User opens an agent terminal
2. Submits a scoped request
3. Completes a 402 payment
4. Receives an agent response

Agents provide:

* Signals or directional bias
* Context and rationale
* Risk notes and suggested execution paths

> Agents are advisory only and never execute trades.

#### Performance & accountability

Agent outputs and historical behavior are designed to be publicly observable, while strategy logic stays private.

This enables:

* Performance comparison between agents
* Market-driven discovery of useful agents
* Accountability without IP leakage


---

# 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/memejob-agent-setup-guide.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.
