Quantum Audit Logo
Ethereum · Smart Contract Security · Updated Jul 24, 2026

Is Kite Safe? KITE

On-chain security analysis — is it a scam or legit?

Contract 0x9045…16be DexScreener ↗
Medium Risk How is this score calculated? →
Volume 24h
$496.8K
Liquidity
$812.8K
Price
$0.1127
Token Age
6mo
Top 10 Holders
67.7%

Security Checklist

Contract VerifiedPass
Ownership RenouncedFail
No Mint FunctionPass
Liquidity LockedFail
Not a ProxyPass

Audit History

Jul 2340

Every audit run adds a dated snapshot — history is append-only and cannot be edited.

Audit Summary

The Kite token contract is an ERC-20 token with LayerZero Omnichain Fungible Token (OFT) capabilities and pausable functionality, inheriting from OpenZeppelin and LayerZero standard libraries. The contract exhibits a high degree of centralization, with the owner having control over initial minting, pausing transfers, and LayerZero configurations. While the code quality is good and standard libraries are used, the centralized control points introduce significant governance and economic risks. The contract is not upgradeable, which simplifies its architecture but removes flexibility for future changes or bug fixes.

Final Recommendation: To mitigate the identified risks, it is strongly recommended to secure the `owner` address with a robust multi-signature wallet. This will distribute control and significantly reduce the single point of failure risk associated with centralized administrative privileges, especially concerning token pausing and LayerZero configurations. Thoroughly review and secure the operational procedures (7.8 Operations) for the multi-sig wallet, including key management and transaction signing policies.

Category Ratings

TechnicalLow
8/10

The contract leverages well-audited OpenZeppelin (ERC20, Pausable, Ownable) and LayerZero (OFT) libraries, contributing to robust code security (7.2 Code Security). The architecture (7.1 Architecture) is straightforward, combining standard token functionality with cross-chain capabilities. The `_upd

GovernanceMedium
4/10

The contract design exhibits high centralization (7.3 Access Control, 7.5 Governance), with a single `owner` address controlling critical functions. The owner can mint the entire `TOTAL_SUPPLY` (10 billion tokens) to themselves via `initialize()`, pause all token transfers, and manage LayerZero conf

UpgradesLow
7/10

The Kite contract is not designed as an upgradeable proxy (7.7 Upgrades). This eliminates the specific risks associated with upgrade mechanisms, such as proxy implementation bugs or insecure upgrade paths. However, it also means that the contract's logic is immutable post-deployment, preventing

LP Distribution

Top-1 Unlocked Holder100.0%
Top-3 Unlocked100.0%

What Raised This Score

Each factor is an on-chain fact recorded at the time of this analysis. The score is computed from them by a deterministic function, so the same contract returns the same score for anyone who runs the audit. How scores are computed

Security Findings

1 High 1 Medium 3 Info
H-01HighUnresolved

Centralized Control by Owner

The `Ownable` pattern grants significant control to a single `owner` address. This includes the ability to `initialize` the token supply (minting all tokens to themselves), `pause` and `unpause` all token transfers, and `transferOwnership`. This centralization introduces a single point of failure; compromise of the owner's private key could lead to a complete loss of control over the token's functionality and potentially its economic stability.

Recommendation: Consider implementing a multi-signature wallet for the `owner` address to distribute control and reduce the risk associated with a single point of failure. For critical operations, explore time-locks or a more decentralized governance mechanism.
M-01MediumUnresolved

Single Point of Failure for LayerZero Configuration

The `OFT` constructor sets the `_delegate` for LayerZero configurations to the `_owner` address. This means the same single owner address is responsible for managing critical cross-chain parameters and security settings within the LayerZero endpoint. A compromise of this owner key could allow an attacker to manipulate cross-chain message passing, potentially leading to unauthorized token transfers or denial of service for cross-chain operations.

Recommendation: While the `OFT` contract itself doesn't expose delegate management functions, ensure the `owner` address (which acts as the LayerZero delegate) is secured with a robust multi-signature setup. Regularly review LayerZero configurations and permissions.
I-01InformationalUnresolved

Irreversible `isNativeChain` Flag

The `isNativeChain` boolean variable, which determines if the `initialize()` function can be called and where the total supply is minted, is set in the constructor and cannot be modified thereafter. This design ensures that the native chain designation is immutable, preventing accidental or malicious changes post-deployment.

Recommendation: No direct recommendation, as this is an intentional design choice. Ensure the initial deployment parameter for `_isNativeChain` is correctly set for each deployed instance.
I-02InformationalUnresolved

Initial Token Distribution to Owner

The `initialize()` function, callable only once by the `owner` on the native chain, mints the entire `TOTAL_SUPPLY` (10 billion KITE tokens) directly to the `msg.sender` (the owner). This design places the entire initial token supply under the control of the owner, who is then responsible for its distribution.

Recommendation: This is a common initial distribution strategy. Ensure the owner has a clear and secure plan for distributing the tokens to avoid centralization concerns post-minting.
I-03InformationalUnresolved

Non-Upgradeable Contract

The `Kite` contract is implemented as a standard, non-proxy contract. This means it is not designed to be upgradeable. While this eliminates risks associated with upgrade mechanisms (e.g., proxy implementation bugs, upgrade path vulnerabilities), it also means that any discovered bugs or desired feature enhancements cannot be implemented without a complete redeployment and migration of assets.

Recommendation: No direct recommendation, as this is a design choice. Acknowledge the immutability and ensure thorough testing before deployment, as the contract cannot be modified once deployed.

Frequently Asked Questions

Is Kite a scam?

Based solely on the provided data, we cannot definitively label Kite as a scam. However, its critical risk score of 75/100 is attributed to several significant red flags. Key concerns include a high concentration of tokens among the top 10 holders (68.5%), ownership of the contract not being renounced, and, critically, liquidity not being locked. These characteristics are often associated with high-risk projects and potential for adverse events.

Is Kite safe to buy?

Kite's current security profile indicates significant risks, making it unsafe to buy without extreme caution. The unrenounced ownership allows the contract deployer potential control, while the fact that 68.5% of the supply is concentrated in the top 10 wallets raises concerns about centralization and market manipulation. Most importantly, the liquidity for KITE is not locked, presenting a considerable 'rug pull' risk where funds could be withdrawn, impacting value.

Has Kite been audited?

The KITE contract is verified, meaning its code is publicly available and matches what's deployed on the blockchain. This transparency allows for community review. However, contract verification is not equivalent to a formal security audit. An audit involves an independent third-party expert review to identify vulnerabilities and confirm smart contract integrity. The provided data does not indicate that KITE has undergone such an audit.

Would You Like a More Detailed Audit of Kite?

Our AI-powered scanner gives you a deeper, real-time smart contract analysis — free, no signup required.

Get Detailed Audit
Run Free Audit →