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

# Overview

> How to setup and deploy your token contracts

<Note>
  You can take this step now or after you've already deployed your client
  contracts that will ultimately connect your token(s) to the Forte Rules
  Engine.

  <p>
    To continue with client contracts, skip to the [Deploy App Manager
    guide](/guides/client/deploy-app-manager) now.
  </p>
</Note>

Tokens are the lifeblood of your web3 applications. The Forte Rules Engine allows you to easily craft rules for your tokens. Choose a path below to get a rules enabled token deployed and ready to connect to the protocol.

<CardGroup cols={2}>
  <Card title="ERC-20 Quickstart" icon="coin-vertical" href="/guides/tokens/deploy-erc-20-token">
    Deploy a rules ready ERC-20 fungible token contract
  </Card>

  <Card title="ERC-721 Quickstart" icon="hexagon-vertical-nft" href="/guides/tokens/deploy-erc-721-token">
    Deploy a rules ready ERC-721 NFT contract
  </Card>
</CardGroup>
