The Nucleum AI (XNAI) Utility Token provides various use cases within the Nucleum AI platform, enabling users to leverage the benefits of algorithmic trading and community engagement. The XNAI token is integral to accessing and utilizing the diverse functionalities of the Nucleum AI platform.
- [yet to be audited]
- Purchase and Utilize Algorithmic Trading Strategies: XNAI tokens are used to purchase and utilize premium algorithmic trading strategies available on the Nucleum AI Marketplace.
- Strategy Sharing and Rewards: Users are rewarded with XNAI tokens for sharing successful trading strategies.
- Access to Premium Features: Utilize XNAI tokens to access advanced analytics tools, personalized consultancy services, and more.
- Community Engagement and Voting: Engage in community voting, propose ideas, and participate in events using XNAI tokens.
XNAI.sol
is an ERC20 standard smart-contract named Nucleum AI Token. The contract details, including inherited contracts and minting capabilities, will be defined here.
- Network: Ethereum (ERC-20)
- Token Name: Nucleum AI Token
- Token Symbol: XNAI
- Total Supply: 100.000.000 (hundred million)
- Decimals: 18
- License:
SPDX-License-Identifier: MIT
- Solidity Version:
pragma solidity ^0.8.20;
- The XNAI.sol contract imports the following smart-contracts:
import "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol";
import "@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20BurnableUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol";