> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tokenlayer.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Example Prompts

> Ready-to-use prompts for common Token Layer MCP tasks

## Getting Started

These example prompts show you how to interact with the Token Layer MCP server through natural language. Copy and paste them into your AI assistant, or use them as inspiration for your own prompts.

<Tip>
  The AI will automatically select the right MCP tools based on your request. You don't need to specify tool names!
</Tip>

***

## Token Discovery

### Browse Trending Tokens

<CodeGroup>
  ```text Simple theme={null}
  Show me the top 10 trending tokens
  ```

  ```text With Details theme={null}
  What are the trending tokens right now? Include prices and holder counts
  ```

  ```text Filtered by Category theme={null}
  Show me trending DeFi tokens with at least 100 holders
  ```
</CodeGroup>

### Search for Specific Tokens

<CodeGroup>
  ```text By Name theme={null}
  Find the token called "Rocket Dog"
  ```

  ```text By Symbol theme={null}
  Search for tokens with symbol PEPE
  ```

  ```text By Contract theme={null}
  Look up the token at address 0x742d35Cc6634C0532925a3b844Bc454e4438f44e
  ```
</CodeGroup>

### Price Checks

<CodeGroup>
  ```text Simple Price theme={null}
  What's the current price of RDOG?
  ```

  ```text With Market Data theme={null}
  Give me the price, market cap, and holder count for token MOON
  ```

  ```text Compare Multiple theme={null}
  Compare the prices of DOGE, PEPE, and SHIB tokens
  ```
</CodeGroup>

***

## Token Creation

### Basic Token Launch

<CodeGroup>
  ```text Minimal theme={null}
  Create a meme token called "Space Cat" with symbol SCAT. Description: "The first cat in space, exploring the crypto galaxy!"
  ```

  ```text With Branding theme={null}
  Create a token called "Rocket Dog" (RDOG) with this logo: https://example.com/logo.png
  Description: "The fastest dog in crypto heading to the moon"
  Add Twitter: https://twitter.com/rocketdog
  Deploy on Base Sepolia for testing
  ```

  ```text Full Setup theme={null}
  I want to launch a community token:
  - Name: "Diamond Hands DAO"
  - Symbol: DHDAO
  - Description: "A DAO for true diamond hands. HODL forever!"
  - Logo: [provide image URL]
  - Banner: [provide banner URL]
  - Tags: dao, community, hodl
  - Links: Twitter, Discord, Website
  - Deploy on Base mainnet
  ```
</CodeGroup>

### Test Token Creation

<CodeGroup>
  ```text Quick Test theme={null}
  Create a test token on Base Sepolia. You choose the name and symbol, something fun!
  ```

  ```text Automated Deployment theme={null}
  Create a test token called "Test Coin" (TEST) on Base Sepolia and automatically deploy it on-chain
  ```
</CodeGroup>

***

## Trading

### Getting Quotes

<CodeGroup>
  ```text Buy Quote theme={null}
  How many RDOG tokens can I get for $100?
  ```

  ```text Sell Quote theme={null}
  If I sell 1000 MOON tokens, how much USDC will I receive?
  ```

  ```text Multiple Quotes theme={null}
  Get me buy quotes for $50, $100, and $500 worth of PEPE
  ```
</CodeGroup>

### Executing Trades

<CodeGroup>
  ```text Simple Buy theme={null}
  Buy $100 worth of RDOG tokens
  ```

  ```text Exact Amount Buy theme={null}
  Buy exactly 10,000 MOON tokens
  ```

  ```text Sell All theme={null}
  Sell all my PEPE tokens
  ```

  ```text Sell Portion theme={null}
  Sell half of my DOGE holdings
  ```
</CodeGroup>

### Research Before Trading

<CodeGroup>
  ```text Full Analysis theme={null}
  I'm thinking about buying RDOG. Show me:
  1. Current price and market cap
  2. Recent posts about the token
  3. Sentiment from the community
  4. Quote for buying $100 worth
  ```

  ```text Quick Check theme={null}
  Is MOON a good buy right now? Check the price trend and community posts
  ```
</CodeGroup>

***

## Complex Workflows

### Launch and Trade

<CodeGroup>
  ```text Full Launch theme={null}
  1. Create a token called "Moon Dog" (MDOG) on Base Sepolia
  2. Verify it appears in the new tokens list
  3. Get a price quote for buying $100 worth
  4. Buy $50 worth to provide initial liquidity
  ```
</CodeGroup>

### Research and Buy

<CodeGroup>
  ```text Due Diligence theme={null}
  I want to buy RDOG but need to research first:
  1. Find the RDOG token
  2. Show me the price and market data
  3. Check holder count and trading volume
  4. Get a price quote for $50
  5. If it looks good, execute the buy
  ```
</CodeGroup>

### Portfolio Management

<CodeGroup>
  ```text Review Holdings theme={null}
  1. Show me all trending tokens
  2. Which ones am I not holding yet?
  3. Get price quotes for the top 3
  4. Buy $20 worth of each
  ```
</CodeGroup>

### Market Analysis

<CodeGroup>
  ```text Compare Tokens theme={null}
  Compare RDOG, MOON, and PEPE:
  1. Current prices
  2. Market caps
  3. Holder counts
  4. Trading volumes
  5. Which looks most promising?
  ```
</CodeGroup>

***

## Advanced Use Cases

### Automated Trading Bot

<CodeGroup>
  ```text Trend Follower theme={null}
  Every hour:
  1. Check trending tokens
  2. If a new token appears in top 10
  3. And holder count > 100
  4. Get a price quote
  5. Buy $10 worth
  ```

  ```text Mean Reversion theme={null}
  Check if RDOG price dropped more than 20% today
  If yes, buy $50 worth (buy the dip)
  ```
</CodeGroup>

### Market Monitoring

<CodeGroup>
  ```text Price Alerts theme={null}
  Monitor MOON token price
  Alert me if price increases by 50% or decreases by 20%
  ```

  ```text Trend Detection theme={null}
  What tokens have the highest trading volume this week?
  Show me tokens that weren't in the top 20 last week
  ```
</CodeGroup>

***

## Prompt Tips

<CardGroup cols={2}>
  <Card title="Be Specific" icon="bullseye">
    Instead of "buy some tokens", say "buy \$100 worth of RDOG"
  </Card>

  <Card title="Use Context" icon="layer-group">
    Reference previous actions: "Now post about the token I just created"
  </Card>

  <Card title="Set Conditions" icon="list-check">
    Use "if/then": "If price is below $0.01, buy $50 worth"
  </Card>

  <Card title="Request Confirmation" icon="shield-check">
    Add "show me the quote first" before trading
  </Card>
</CardGroup>

### Good Prompt Structure

```text theme={null}
[Action] + [Specifics] + [Context] + [Conditions]

Examples:
✅ "Buy $100 worth of RDOG on Base mainnet if price is below $0.005"
✅ "Create a post about MOON token with this image [URL], tag the token, and share to DeFi community"
✅ "Show me trending tokens with >500 holders, then get me price quotes for the top 3"

❌ "buy tokens"  (too vague)
❌ "post something"  (no content or context)
❌ "do trading stuff"  (unclear action)
```

***

## Safety Reminders

<Warning>
  **Before Trading:**

  * Always review price quotes
  * Verify token details (address, name, symbol)
  * Check liquidity and holder counts
  * Start with small amounts when testing

  **Before Creating Tokens:**

  * Test on Base Sepolia first
  * Verify all details (name, symbol, images)
  * Understand gas fees
  * Don't use autoExecute until comfortable
</Warning>

***

## Need More Help?

<CardGroup cols={2}>
  <Card title="MCP Tools Reference" icon="wrench" href="/mcp-tools">
    Detailed documentation of all available tools
  </Card>

  <Card title="Quickstart Guide" icon="rocket" href="/mcp-quickstart">
    Set up your MCP connection
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference">
    Direct API endpoints and schemas
  </Card>

  <Card title="Support" icon="life-ring" href="/mcp-server">
    Contact our support team
  </Card>
</CardGroup>
