Skip to main content
Smart contract templates are audited contracts that you can deploy using the Contracts API. Each template uses a standard token format and has built-in access control. You can deploy contracts in minutes without writing Solidity code.

Available templates

The table below lists all templates. Select a template to view its settings and functions.

Benefits of templates

Using templates instead of custom contracts has several benefits:
  • Security: Third-party firms audit each template. This lowers the risk of common exploits.
  • Lower gas costs: Templates use patterns that reduce transaction fees for you and your users.
  • Standard compliance: Templates follow ERC standards. This ensures they work with wallets, marketplaces, and other blockchain tools.
  • Faster deployment: Deploy contracts in minutes.

Deploy a template

To deploy a template, send a POST request to the /templates/{id}/deploy endpoint with the template ID and your settings. For a full guide, see Deploy a smart contract.