> For the complete documentation index, see [llms.txt](https://trench-today.gitbook.io/trench-today/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trench-today.gitbook.io/trench-today/readme.md).

# Welcome

<figure><img src="/files/RrxaJztYI4HYp5CFYYvM" alt="Trench Today — Back to meme culture"><figcaption></figcaption></figure>

> **Back to meme culture. Trench Today.**

Memes used to start here. Now they do again.

Trench is the ground it grows from — a permissionless launchpad built on the chain where the culture began.

Trench Today.

{% hint style="info" %}
This documentation covers what Trench is, how to use it, the mechanics behind every trade, and the API for third‑party aggregators who want to plug in.
{% endhint %}

## Start here

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Introduction</strong></td><td>What Trench is and why it exists on Ethereum.</td><td><a href="/pages/GnagHf0VCcnbQbpPuWYg">/pages/GnagHf0VCcnbQbpPuWYg</a></td></tr><tr><td><strong>Getting Started</strong></td><td>Connect a wallet, launch a token, trade, and claim dev fees.</td><td><a href="/pages/XZplkUjzXnLt7ydUX4gp">/pages/XZplkUjzXnLt7ydUX4gp</a></td></tr><tr><td><strong>How It Works</strong></td><td>Bonding curve, graduation, fee flow — in plain English.</td><td><a href="/pages/V2Gvjr6c0NwzNz7bE0oN">/pages/V2Gvjr6c0NwzNz7bE0oN</a></td></tr><tr><td><strong>For Developers</strong></td><td>API reference for aggregators and integrations.</td><td><a href="/pages/xJYMvIjjTQZE2tlRUu8t">/pages/xJYMvIjjTQZE2tlRUu8t</a></td></tr></tbody></table>


---

# 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://trench-today.gitbook.io/trench-today/readme.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.
