> For the complete documentation index, see [llms.txt](https://docs.clipcoin.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clipcoin.fun/using-clipcoin/bots-and-embeds.md).

# Bots & Embeds

*Automations and share surfaces that amplify discovery.*

***

#### **X announcement bot** — automatic launch posts for new tokens.

<div align="left"><figure><img src="/files/t8FXkwZYCRqCi3SMCNCi" alt="" width="563"><figcaption></figcaption></figure></div>

* **Trigger** — fires automatically when a **new token** is created.
* **Payload** — token **name/symbol**, creator mention (when available), clip title/thumbnail, and a **Token page** link.
* **Timing** — near‑instant after successful creation.
* **Best practices** — creators: **quote‑tweet** ASAP, add your **CTA** + a short reason to watch/coin; traders: use it to spot **fresh listings**.

#### **Share embeds** — token/creator links that render rich previews with your referral code.

<div align="left"><figure><img src="/files/vR1XeLh5jF83Hw8Gzm8B" alt="" width="563"><figcaption></figcaption></figure></div>

* **Behavior** — sharing a **token** or **creator** link renders a rich card (title, thumbnail, stats) on X and other platforms that support Open Graph.
* **Referrals** — when signed in, Share links include your **ref code**; recipients who trade contribute to your **0.2%** accrual on eligible volume.
* **Tips** — place links **above the fold** in posts; add a one‑line hook; include a chart screenshot for proof of action.

***

{% hint style="warning" %}

#### **Want deeper integration?**

Reach out via [**Contact & support**](/resources/contact-and-support.md) for API/webhook discussions.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.clipcoin.fun/using-clipcoin/bots-and-embeds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
