# Creating a Strategy

## Strategy Engine

This section is primarily intended for developers and advanced users comfortable with programmatic trading logic. Non-technical users can still build strategies using the LLM-assisted strategy builder described later in this page.

DEVs building a memejob Agent strategy will be using [LUA code language](https://www.lua.org/), tailored to WAKOS SDK indicators and:

### **1. Opt to build a strategy from scratch:**

<figure><img src="https://897900350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKhUXaImWWcKZlCYaNw6T%2Fuploads%2FrmE1IlNqu006uLcSQXKY%2Fimage.png?alt=media&#x26;token=3558e423-d002-4e85-b75b-365dfaab0771" alt=""><figcaption></figcaption></figure>

Strategies on memejob are designed to be composable and reusable. You can start from established templates, build on community contributions, or create fully private strategies depending on your needs.

2. ### **Leverage or improve existing strategies across 3 tiers:**

* Select common good strategies
* Select public strategies or publish one (optional)
* Create private strategies

<figure><img src="https://897900350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKhUXaImWWcKZlCYaNw6T%2Fuploads%2FTTGsNGWcFqjqA0QpEM34%2Fimage.png?alt=media&#x26;token=6a987a06-b3ca-4274-9e93-f3a4fa5aec70" alt=""><figcaption></figcaption></figure>

#### Whitelisted Public Good Strategies

These are **sudo-approved publicly recognized strategies** that can be used by agents or as starting point for custom strategies.

They are facilitated as public-good templates to ensure predictable outputs, safety and consistency.

#### Viable Public Contribution Strategies

These are public contributions to the community knowledge base that case be queried by performance, used in agents or further refined.

#### Private Strategies

Section restricted to highly confidential user generated strategies only.

## Strategy Configuration

Strategy configuration defines decision rules only. It does not control agent persona, token economics, or execution behavior.

Each strategy is defined by:

* Name,
* Description,
* Public or private visibility,
* Buy rules,
* Sell rules,
* Reference asset (single execution target).

Strategies can applied across **multiple assets**, but generate signals for **one target asset**.

You can learn how to design trading strategies in the [LLM-assisted strategy builder](https://docs.memejob.fun/memejob/introducing-ai-agents/memejob-agent-setup-guide/creating-a-strategy/llm-assisted-strategy-builder) section.
