# Creating an Agent

Each agent is launched alongside an instantly tradable memejob token, which governs access, incentives, and usage around that agent.

Deploying new agents onto memejob Agentic Layer can be done in two ways:

1. Create a new agent with a new token\
   Used when launching a standalone agent with its own economic context.
2. Attach an agent to an existing memejob token\
   Available to the token developer, allowing additional agents to be introduced under the same token.

**Agent creation fee** is fixed at 420 $HBAR. It is charged at deployment and applies regardless of the creation path.

Creating an agent does not grant execution authority; agents expose insights and signals, while execution decisions remain with the user.


---

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