- Organized 252 files across project - Root directory: 187 → 2 files (98.9% reduction) - Moved configuration guides to docs/04-configuration/ - Moved troubleshooting guides to docs/09-troubleshooting/ - Moved quick start guides to docs/01-getting-started/ - Moved reports to reports/ directory - Archived temporary files - Generated comprehensive reports and documentation - Created maintenance scripts and guides All files organized according to established standards.
4.1 KiB
4.1 KiB
Token List Inclusion Policy
Version: 1.0
Last Updated: 2025-12-22
Network: ChainID 138 (DBIS Chain)
Overview
This document defines the inclusion and delisting policy for the DBIS Chain 138 Token List. All tokens must meet these requirements to be included in the list.
Inclusion Requirements
Required Criteria
-
Contract Verification
- Contract source code must be verified on the block explorer (if available)
- Contract address must have deployed bytecode
-
Chain ID
- Token must be deployed on ChainID 138
- Chain ID must be correctly specified in the token list entry
-
Contract Standards
- ERC-20 tokens must implement standard ERC-20 interface
- Oracle feeds must implement Chainlink-compatible interface
- All functions (decimals, symbol, name, etc.) must be callable
-
Metadata Accuracy
decimals,symbol, andnamemust match on-chain values- Address must be EIP-55 checksummed
- Logo URL must be accessible and return valid image
-
Security
- No known security vulnerabilities or exploits
- No fake branding or impersonation
- Contract must be audited (preferred) or have disclosed upgradeability
Preferred Criteria
-
Audit Status
- Public security audit reports preferred
- Links to audit reports should be provided
-
Upgradeability
- Immutable contracts preferred
- If upgradeable, admin keys and upgrade process must be disclosed
-
Governance
- Decentralized governance preferred
- Centralized admin keys should be disclosed
-
Liquidity
- Sufficient liquidity for trading (if applicable)
- Active trading volume (if applicable)
Token Categories
Tokens are categorized using tags:
- core: Native-wrapped tokens (e.g., WETH), stablecoins
- defi: DeFi protocol tokens (DEX LP tokens, lending tokens)
- oracle: Oracle price feed contracts
- experimental: New or unproven tokens (use with caution)
Delisting Criteria
Tokens will be removed from the list if:
-
Security Issues
- Exploit or security vulnerability discovered
- Rug pull or exit scam
- Malicious contract behavior
-
Compliance
- Legal or regulatory issues
- DMCA takedown requests
- Court orders or legal injunctions
-
Misrepresentation
- Fake branding or impersonation
- Incorrect metadata that cannot be corrected
- Violation of trademark or copyright
-
Technical Issues
- Contract no longer functional (e.g., permanently paused)
- Migration to new contract address (old address removed)
- Chain migration (token no longer on ChainID 138)
-
Inactivity
- Token no longer in use
- No trading activity for extended period
- Project abandoned
Governance Process
Adding Tokens
-
Request Submission
- Create issue or pull request with token details
- Include contract address, metadata, and verification evidence
- Provide links to audits, documentation, or verification
-
Review Process
- Code owners review submission
- On-chain verification performed
- Security assessment (if applicable)
-
Approval
- Requires approval from at least one code owner
- All validations must pass
- Version bump (minor for additions)
Removing Tokens
-
Delisting Request
- Create issue explaining reason for delisting
- Provide evidence (exploit reports, legal notices, etc.)
-
Review Process
- Code owners review delisting request
- Verify claims and evidence
- Consider impact on users
-
Execution
- Requires approval from at least one code owner
- Version bump (major for removals)
- Update CHANGELOG.md with reason
Versioning Policy
Token list versions follow semantic versioning:
- Major (x.0.0): Token removals, breaking changes
- Minor (x.y.0): Token additions
- Patch (x.y.z): Metadata fixes (name, symbol, logo), no address changes
Contact
For questions or concerns about the token list policy:
- Create an issue in the repository
- Contact DBIS team maintainers
Last Updated: 2025-12-22