Aztec Protocol Contact - Aztec Protocol

Go to content
Aztec Protocol
The multi-purpose virtual currency of the future
Below are 18 different types of token contract features.
Each token has its own unique characteristics. You can review these features, choose the one that suits your project, and complete the form by selecting the appropriate token protocol for your project.
Once the payment is verified, all the details will be sent to the email address you provided in the form.
StarterBEP20
A streamlined ERC20 token template designed for projects at the starting phase. It provides all the standard ERC20 functionalities while keeping the implementation simple and easy to deploy. Perfect for small-scale projects or teams who want a straightforward token launch. The StarterBEP20 template offers a great balance between simplicity and utility but with non customizable supply.

BEP20 21M Supply  "Generated By" Link  Ownable Access


  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Max. 21M
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
SimpleBEP20
An ERC20 token that focuses on providing basic token operations with minimal complexity. SimpleBEP20 is perfect for projects that require a simple token without additional features like minting or burning. This template ensures fast deployment and smooth operation for projects with straightforward needs. It adheres strictly to the ERC20 standard for compatibility.

BEP20 , 21M Supply,. "Generated By" Link , Ownable Access


  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Fixed
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
StandardBEP20
The industry-standard ERC20 token template offering robust and reliable token functionalities. It supports essential ERC20 operations while keeping an eye on security. This template is widely compatible with decentralized exchanges and other blockchain tools. StandardBEP20 is ideal for projects looking for a stable, tried-and-tested token solution.
BEP20 , Fixed Supply , Ownable Access

  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Fixed
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Customizable Decimals ( Token decimal precision can be customized. 18 otherwise. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
BurnableBEP20
The BurnableBEP20 token allows token holders to burn their tokens, permanently removing them from circulation. The burn mechanism reduces the total supply over time, creating scarcity that can positively influence token value. It is particularly useful for deflationary token models and projects aiming to control supply. Burning tokens can be done manually by holders.
BEP20 , Fixed Supply , Ownable Access , Burnable

  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Customizable Decimals ( Token decimal precision can be customized. 18 otherwise. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Fixed
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Burnable ( The Token can be manually burned to reduce circulating supply. )
MintableBEP20
The MintableBEP20 token allows authorized accounts or the contract owner to create new tokens and increase the supply. This functionality is particularly useful for projects needing ongoing token issuance, such as rewards or incentives. The minting process can be restricted to ensure supply caps are respected. It provides flexibility for evolving token economies.
BEP20 , Capped Supply , Ownable Access , Mintable

  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Customizable Decimals ( Token decimal precision can be customized. 18 otherwise. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Capped
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Mintable ( Owner or accounts with minting permission will be able to generate new tokens, up to token max supply, by minting them. )
CommonBEP20
Combining the core ERC20 functionalities with useful extensions like burning and minting, the CommonBEP20 template offers a well-rounded token implementation. It is ideal for projects requiring standard operations while enabling token supply control. This template strikes a balance between simplicity and flexibility, making it suitable for diverse use cases.
BEP20 , Capped Supply , Ownable Access , Mintable , Burnable

  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Customizable Decimals ( Token decimal precision can be customized. 18 otherwise. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Capped
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Burnable ( The Token can be manually burned to reduce circulating supply. )
  • Mintable ( Owner or accounts with minting permission will be able to generate new tokens, up to token max supply, by minting them. )
PayableBEP20
The PayableBEP20 token supports payable functionality. Integrating the ERC1363 standard, allows users to transfer tokens and execute callbacks in a single transaction. It is useful for projects that integrate payments, subscriptions, or any token operations within a single transfer. This feature makes it easier to interact with smart contracts requiring tokens transfer.
BEP20 , Fixed Supply , Ownable Access , ERC1363

  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Customizable Decimals ( Token decimal precision can be customized. 18 otherwise. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Fixed
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • ERC1363 ( ERC1363 is an extension interface for BEP20 tokens that supports executing code on a recipient contract after transfers, or code on a spender contract after approvals, in a single transaction. )
PermitBEP20
The PermitBEP20 token implements ERC2612 functionality, enabling gasless approvals via off-chain signatures. Users can approve token spending without sending an on-chain transaction, which significantly improves user experience. This feature is particularly valuable for DeFi applications requiring frequent approvals. It reduces costs and friction for token holders.
BEP20 , Fixed Supply , Ownable Access , ERC2612 Permit

  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Fixed
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Permit  ( Users will be able to make gasless ERC20 approvals via off-chain signatures, enabling delegated spending. )
ReflectionBEP20
ReflectionBEP20 rewards token holders by redistributing a percentage of transaction fees back to them. This automatic reflection mechanism incentivizes long-term holding and passive income generation. Holders receive rewards proportional to their holdings, while transactions continue seamlessly. It is ideal for community-driven projects and reward-based models.
BEP20 , Fixed Supply , Ownable Access , Reflection

  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Fixed
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Reflection ( A reflection fee will be added to transfers. For each transaction a fee will automatically be divided among token holders to reward them. Owner can exclude some accounts from the fee or from the reflection mechanism. A maximum of 10 accounts can be excluded from the reflection mechanism. Once excluded, they cannot be included again if their balance is greater than 5% of the token supply )
TaxableBEP20
The TaxableBEP20 token allows the owner to set a tax fee on every transaction. The collected tax is automatically transferred to a predefined wallet address, which can be used for funding, development, or other purposes. Owners can exclude specific accounts from taxation to accommodate unique project needs. It is highly suitable for projects requiring funding mechanisms.
BEP20 , Fixed Supply , Ownable Access , Taxable

  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Customizable Decimals ( Token decimal precision can be customized. 18 otherwise. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Fixed
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Taxable ( A tax fee will be added to transfers. For each transaction a fee will automatically be sent to a predefined address. Owner can exclude some accounts from the taxation mechanism. )
DeflationaryBEP20
The DeflationaryBEP20 token reduces its supply over time by burning a portion of tokens during each transaction. This automatic deflation mechanism helps create scarcity and supports long-term value appreciation. Owners can exclude specific accounts from deflation if necessary. It is ideal for projects that emphasize controlled supply reduction.
BEP20 , Fixed Supply , Ownable Access , Deflationary

  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Customizable Decimals ( Token decimal precision can be customized. 18 otherwise. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Fixed
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Deflationary ( Token supply will reduce over time. For each transaction a fee will automatically be burned. Owner can exclude some accounts from the deflation mechanism. )


AntiWhaleBEP20
AntiWhaleBEP20 introduces a holding limit to prevent individual wallets from holding more than a specific percentage of the total token supply. This feature helps promote decentralization by discouraging large holders (whales) from dominating the token economy. It ensures a fairer token distribution and is suitable for community-focused projects.
BEP20 , Fixed Supply , Ownable Access , Anti Whale Protection

  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Customizable Decimals ( Token decimal precision can be customized. 18 otherwise. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Fixed
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Anti Whale Protection ( Users cannot hold more than a specific percentage of total supply. Owner can change that percentage or disable it. Owner can exclude some accounts from the anti whale mechanism. )

LiquidBEP20
LiquidBEP20 simplifies liquidity pool creation by enabling automatic pairing with native tokens (e.g., ETH) on decentralized exchanges. This ensures immediate liquidity for the token, enhancing trading opportunities and accessibility. Owners can also lock liquidity provider (LP) tokens for added trust and security.
BEP20 , Fixed Supply , Ownable Access , Liquidity Pool Setup

Requires 2 transactions!
For security purposes, initial token supply will be sent to token contract itself. After token deployment you will be prompted to execute a second transaction to initialize the liquidity pool. Once the liquidity pool is initialized, the remaining amount will be automatically sent to your wallet.

  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Customizable Decimals ( Token decimal precision can be customized. 18 otherwise. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Fixed
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Liquidity Pool Setup ( A Liquidity Pool pair will automatically be created on Uniswap. Token owner can set an initial supply amount to add to the liquidity pool and can choose to lock LP tokens forever in the token contract or receive them in their wallet.
    Note: for security purposes, initial token supply will be sent to token contract itself. Requires a second transaction to initiate liquidity. )

SwappableBEP20
Designed for seamless integration with decentralized exchanges (DEXs), the SwappableBEP20 token ensures compatibility with liquidity pools and trading platforms. Also, having an Anti Whale protection mechanism, it is ideal for projects that focus on trading or decentralized finance (DeFi) keeping security on community funds.
BEP20 , Fixed Supply , Ownable Access , Anti Whale Protection , Liquidity Pool Setup

Requires 2 transactions!
For security purposes, initial token supply will be sent to token contract itself. After token deployment you will be prompted to execute a second transaction to initialize the liquidity pool. Once the liquidity pool is initialized, the remaining amount will be automatically sent to your wallet.

  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Fixed
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Anti Whale Protection ( Users cannot hold more than a specific percentage of total supply. Owner can change that percentage or disable it. Owner can exclude some accounts from the anti whale mechanism. )
  • Liquidity Pool Setup ( A Liquidity Pool pair will automatically be created on Uniswap. Token owner can set an initial supply amount to add to the liquidity pool and can choose to lock LP tokens forever in the token contract or receive them in their wallet.Note: for security purposes, initial token supply will be sent to token contract itself. Requires a second transaction to initiate liquidity. )
UnlimitedBEP20
The UnlimitedBEP20 token removes all supply restrictions, allowing infinite token issuance. This template is particularly useful for projects requiring continuous token generation, such as reward-based systems or inflationary models. It provides full control over supply dynamics and supports flexible token economies.
BEP20 , Unlimited Supply , Role Based Access , Mintable , Burnable


  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Customizable Decimals ( Token decimal precision can be customized. 18 otherwise. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Unlimited
  • Access Type ( Choose from None, Ownable or Role Based ) Role Based
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Burnable ( The Token can be manually burned to reduce circulating supply. )
  • Mintable ( Owner or accounts with minting permission will be able to generate new tokens, up to token max supply, by minting them. )

AmazingBEP20
A highly flexible and advanced token template, AmazingBEP20 combines premium features like minting, burning, ERC1363, and token recovery. It is designed for ambitious projects that require a wide range of functionalities in a single token. This template caters to complex tokenomic models and multi-feature requirements.
BEP20 , Unlimited Supply , Ownable Access , Mintable , Burnable , ERC1363 , Token Recover


  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Unlimited
  • Customizable Decimals ( Token decimal precision can be customized. 18 otherwise. )
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Burnable ( The Token can be manually burned to reduce circulating supply. )
  • Mintable ( Owner or accounts with minting permission will be able to generate new tokens, up to token max supply, by minting them. )
  • Token Recover ( It allows the contract owner to recover any BEP20 or NFT (ERC721) token sent into the contract for error and send them to a receiver. )
  • ERC1363 ( ERC1363 is an extension interface for BEP20 tokens that supports executing code on a recipient contract after transfers, or code on a spender contract after approvals, in a single transaction. )

PowerfulBEP20
PowerfulBEP20 includes a robust set of features such as minting, burning, ERC1363, role management and token recovery. It is a versatile token template tailored for large-scale projects and advanced DeFi applications. This template empowers token owners to implement comprehensive tokenomics with ease.
BEP20 , Capped Supply , Role Based Access , Mintable , Burnable , ERC1363 , Token Recover


  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Customizable Decimals ( Token decimal precision can be customized. 18 otherwise. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Capped
  • Access Type ( Choose from None, Ownable or Role Based ) Role Base
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Unstoppable
  • Burnable ( The Token can be manually burned to reduce circulating supply. )
  • Mintable ( Owner or accounts with minting permission will be able to generate new tokens, up to token max supply, by minting them. )
  • Token Recover ( It allows the contract owner to recover any BEP20 or NFT (ERC721) token sent into the contract for error and send them to a receiver. )
  • ERC1363 ( ERC1363 is an extension interface for BEP20 tokens that supports executing code on a recipient contract after transfers, or code on a spender contract after approvals, in a single transaction. )
PausableBEP20
PausableBEP20 allows token transfers to be paused and resumed by the contract owner. This feature is essential for addressing emergencies, vulnerabilities, or maintenance needs. It adds an extra layer of security and control, making it ideal for risk-averse projects requiring operational safety.
BEP20 , Fixed Supply , Ownable Access , Pausable


  • BEP20 Compliant ( Token will be compliant with the BEP20 Standard. )
  • Verified Source Code ( Token Source Code will automatically be verified on BscScan. )
  • Customizable Decimals ( Token decimal precision can be customized. 18 otherwise. )
  • Remove 'Generated By ( Remove the link to Token Generator from Token Source Code. )
  • Supply Type ( Choose from 10k, 21M, Fixed, Unlimited or Capped. ) Fixed
  • Access Type ( Choose from None, Ownable or Role Based ) Ownable
  • Transfer Type ( Choose between Unstoppable or Pausable. ) Pausable
Token Form



StarterBEP20 ( 1 BNB )CommonBEP20 ( 4 BNB )DeflationaryBEP20 ( 7.8 BNB )AmazingBEP20 ( 15 BNB )
SimpleBEP20 ( 1.5 BNB )PayableBEP20 ( 4 BNB )AntiWhaleBEP20 ( 7.1 BNB )PowerfulBEP20 ( 18.5 BNB )
StandardBEP20 ( 2 BNB )PermitBEP20 ( 5.5 BNB )LiquidBEP20 ( 8.5 BNB )PausableBEP20 ( 7.6 BNB )
BurnableBEP20 ( 2.5 BNB )ReflectionBEP20 ( 6 BNB )SwappableBEP20 ( 12 BNB )
MintableBEP20 ( 3 BNB )TaxableBEP20 ( 7.5 BNB )UnlimitedBEP20 ( 11.5 BNB )

Tip

Tip

Tip

Tip

0xAA129134F1F0fb051fae487f3a92481808BD83b6


Aztec Protocol Opportunities


Hello,
I am Michelle Jordan, the Network Marketing Coordinator and Director, as well as the Public Relations Manager for the Aztec Protocol project. Additionally, I am also responsible for customer services.
The unique opportunity provided to you by Aztec Protocol is as follows:
With the token protocols you see above, you can launch your own token project. However, you will need a dedicated platform for the sale of this token.
If you wish, we can create a token project for you.
The project includes the following:
  1. A web portal (front-end website)
  2. Token management panel
  3. BSScan explorer indicators
We can design and evaluate this custom project for you.
In the web design we create, we can include general information about your token, sales platform integrations, and many additional features such as referral bonuses, tier bonuses, and staking controls. Everything will be delivered to you fully prepared.
As a demo, our Aztec Protocol website serves as an example of this.
For more detailed information, feel free to contact me on Telegram, and I will be happy to answer your questions.

If you decide to take advantage of this opportunity, it will be charged at 5 BNB.
After creating your token, we can additionally set up this system for you, integrate your token into the system, and deliver it to you fully prepared for an additional 5 BNB.
Below, you can find the wallet address required for payment.

BNB-Bep20 Wallet : 0xAA129134F1F0fb051fae487f3a92481808BD83b6

After making the payment, or even before, please contact me so we can discuss the platform features and how your new project will progress.
king road, 37
Ademqua Raset - UT
(+888) 123-4567-890
info@aztecprotocol.io
MON-FRI 10AM - 7PM
SAT-SUN closed
Curabitur fringilla   |   Vulputate tellus
© 2025 AztecProtocol. All Right Reserved.
SERVICES COL 1

SERVICES COL 2
SERVICES COL 3
Lorem ipsum
Dolor sit amiet
Adspicitur
Voluptate neglit
Back to content