# AI Decentralized Marketing Assistant (ADMA)

> ADMA (AI Decentralized Marketing Assistant) is an autonomous AI-driven marketing module within the Liqui protocol, designed to connect projects with a decentralized network of ambassadors and executors through peer-to-peer coordination.

### The AI agent performs continuous analysis of:

* Project fundamentals and market positioning.
* Community and token metrics.
* Incoming ambassador proposals (P2P).
* Historical campaign data and audience engagement patterns.

### Based on this analysis, ADMA generates a tailored marketing strategy:

* Selects optimal distribution channels and promotion methods.
* Suggests reward mechanisms and campaign design.
* Optionally publishes results on-chain to the marketing module or Launchpad system.

### How it Works:

* The project initiates a marketing campaign.
* The AI agent analyzes project data and ambassador proposals.
* The oracle sends the AI-generated strategy on-chain.
* The smart contract coordinates ambassadors and interacts with the Launchpad module.
* Ambassadors are rewarded based on analytics and performance metrics.

{% hint style="info" %}
This enables projects to launch efficient, data-driven marketing campaigns at scale — while contributors gain access to transparent incentives and verifiable campaign execution.
{% endhint %}


---

# 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.liqui.io/ai-decentralized-marketing-assistant-adma.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.
