# Mint Machine

To implement a mint machine, you will need to already have a smart contract deployed.&#x20;

{% hint style="info" %}
To learn more about creating a smart contract with Bueno you can read about it in our [Smart Contract Deployer](https://app.gitbook.com/o/pKcQaa1UF9n2eQrTWNfi/s/ssyCsE4Y48U29ewyYZFh/) section of the docs.
{% endhint %}

First, select the object that you would like to turn into a mint machine. Then, navigate to **Interactions > Abilities > Mint Machine**.

<figure><img src="https://107867006-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdnMYfhsZ5GJTgbm1KIe7%2Fuploads%2FYRvTtEHfqRp0V5dWFT8c%2FCleanShot%202023-08-14%20at%2013.54.56%402x.png?alt=media&#x26;token=3cf721b2-0a28-480a-b364-bcaf1098cf76" alt=""><figcaption></figcaption></figure>

If you launched your contract with Bueno, creating a mint machine is as simple as selecting your Bueno project and contract from the drop down menus.&#x20;

<figure><img src="https://107867006-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdnMYfhsZ5GJTgbm1KIe7%2Fuploads%2FarkDLipXJFpZ2ZzZyOco%2FCleanShot%202023-08-14%20at%2014.07.13%402x.png?alt=media&#x26;token=1afdd88a-50c6-4a20-8ad1-13ed9c0748b5" alt=""><figcaption></figcaption></figure>

If the contract was deployed outside of Bueno, toggle off the **Bueno Contract** button. You'll need the contract address, contract method (usually "mint"), cost and max per transaction. Paste all of the required variables into the form, taking care that they match with your contract and select **Save Configuration**.&#x20;

Once configured, players will be able to walk up to the machine and mint from the provided contract!
