Skip to content
View SoYan500's full-sized avatar

Block or report SoYan500

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SoYan500/README.md

RebaseAI Token

RebaseAI is a dynamic ERC20 token with built-in rebase functionality that allows automatic adjustment of total supply based on market conditions. The contract is written in Solidity and deployable to any EVM-compatible blockchain (Ethereum, Arbitrum, Optimism, etc.).

βœ… Features

  • Compliant with ERC20 standard
  • Supply can increase or decrease proportionally via rebase()
  • Owner is anonymous at deployment (based on msg.sender)
  • Ownership can be transferred after deployment
  • Gas-efficient scaling using internal multipliers

πŸ” How Rebase Works

The rebase(int256 supplyDelta) function allows the token supply to expand or contract. This adjusts all balances proportionally without affecting ownership percentages.

function rebase(int256 supplyDelta) external onlyOwner

Supply changes:

  • Positive supplyDelta β†’ Inflation (e.g. +10%)
  • Negative supplyDelta β†’ Deflation (e.g. -5%)

πŸ” Ownership

  • The contract does not hardcode any owner address
  • Ownership is initialized to msg.sender
  • You may transfer ownership after deployment:
transferOwnership("0xYourNewOwnerAddress")

πŸš€ Deployment (Hardhat Example)

npx hardhat run scripts/deploy.js --network mainnet

πŸ›‘ Security

  • Only the owner can call rebase()
  • No mint/burn fees or taxes included
  • Transparent and open-source logic

πŸ“„ License

This project is open-source and released under the MIT License.

Popular repositories Loading

  1. vsvtrend-strategy vsvtrend-strategy Public template

    34 8

  2. prometheus-beta prometheus-beta Public

    Forked from koii-network/prometheus-beta

  3. linux linux Public

    Forked from torvalds/linux

    Linux kernel source tree

    C

  4. SoYan500 SoYan500 Public

    Config files for my GitHub profile.

    Solidity

  5. builder-247 builder-247 Public

    Forked from koii-network/builder-247

    Python

  6. cube cube Public

    Forked from Roblox/cube

    Roblox Foundation Model for 3D Intelligence

    Jupyter Notebook