# Token Minted

This trigger is triggered when a new ERC 721 or ERC 1155 token is minted on Ethereum. You can add filters to specify details such as the wallet or [wallet group](/wallets/wallet-groups.md) that minted the token, the collection the token belongs to, the minting price and more.

Under the [Advanced settings](/automations/triggers/trigger-advanced-settings.md), you have the option to specify the number of mints required within a specific time period to activate the Token Minted trigger.<br>

**Example Use Case:**

Suppose you want to trigger an automation when wallet 0xdead mints at least two tokens with a value of 0.1 each within a 15-minute timeframe. In that case, you can use this to trigger your automation and send you an Alert to your phone.

{% hint style="info" %}
**Often used in:** Profitable minter alerts for copy-minting.
{% 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.compass.art/automations/triggers/token-minted.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.
