Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.07 KB

File metadata and controls

43 lines (30 loc) · 1.07 KB

ERC-100 Token Standard

ERC-100 is an extension of the ERC-20 token standard, designed to enable dynamic price adjustments and advanced liquidity pool interactions.

Key Features

  • Dynamic Pricing: Token prices adjust dynamically during transactions.
  • Liquidity Pool Integration: Built-in support for liquidity pool interactions.
  • Custom Logic Support: Developers can add custom behaviors based on token price.

Documentation

The full documentation is available at: https://erc-100.readthedocs.io/

Contents

Getting Started

  1. Familiarize yourself with the ERC-20 token standard.
  2. Implement the ERC-100 standard in your smart contract.
  3. Leverage the advanced features to interact with liquidity pools effectively.

Contributing

Contributions are welcome! Please follow the guidelines in :doc:`contributing`.

License

This project is licensed under the MIT License.