# Deploying a Token

There are various methods to deploy a token with Clanker. The primary method is through the @clanker bot on Farcaster. Please refer to [Token Deployments](/documentation/general/token-deployments.md) for detail on alternative deployment methods.

To deploy a token, tag @clanker in a cast on Farcaster[^1] and provide a token name, token ticker, and optional image / gif in the body of the cast. By default, new tokens will be paired with WETH as the quote token of the initial pool. Optionally, you can instruct Clanker to deploy a token quoted with tokens other than WETH by stating the desired quote token in the same cast. See [Supported Quote Tokens](/documentation/references/supported-quote-tokens.md) for a full list of quote tokens available.

> *i.e. @clanker deploy a token named myNewToken with the ticker MINE paired with CLANKER*

Clanker will reply to the cast with one of three responses:

1. Upon successful deployment, Clanker will respond with a link / [frame](https://docs.farcaster.xyz/developers/frames/v2/) to the token page of the deployed token.
2. If the request is not clear to Clanker, Clanker will respond with clarifying questions in order to determine the token name, ticker, and whether the creator wants to deploy the token.
3. If the creator is unable to deploy a token for various reasons, Clanker will respond with the cast with the reason.

[^1]: Don't have a Farcaster account? You can sign up using [Warpcast](https://warpcast.com/)!\
    \
    Alternatively, uou can also visit our friends at [Super](https://www.supercast.xyz/) and  [NewCaster](https://newcaster.org/) to create a Farcaster account.


---

# 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://clanker.gitbook.io/documentation/general/token-deployments/deploying-a-token.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.
