# Agent Parameters

Each agent public configuration is determined by its parameters. They describe the agent’s public-facing setup. Strategy logic and internal decision rules may remain private, depending on how the agent is configured.

**1. Agent Persona**

* Name,
* Description & identity,
* Behavioral context and interaction style (ElizaOS-style character file),
* Optional public branding.

**2. Token Setup**

* Standard memejob token creation engine,
* Future use for access control, insight requests, and usage-based incentives.

**3. Strategy Selection**

* Choose from **private, shared or public-good strategies,**
* Or create custom strategies using the Strategy Editor.

Strategies can be reused across multiple agents, allowing different personas, tokens, or audiences to expose the same underlying logic through distinct agent interfaces.

**4. Select complementary AI Indicator Enhancements**

These indicators are optional enhancements used to complement deterministic strategies with broader market and contextual signals.

Data feeds included but not limited to:

* Crypto Fear & Greed Index,
* Global crypto news,
* Ticker specific news & sentiment,
* Ivan-on-tech's Money Line (estimation),
* Perpetual DEX's long/short ratios,
* Network & market statistics,
* Bitcoin dominance.

**5. Token Ticker details** [(as per standard bonding curve token launch)](/memejob/features/how-to-launch.md)


---

# 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/agent-parameters.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.
