Ether/Token leakage occurs when the chain’s native currency or some custom tokens (managed directly by the smart contract itself or external contracts) can be stolen by an entity interacting with the smart contract. There are three ways this typically manifests:Documentation Index
Fetch the complete documentation index at: https://docs.octane.security/llms.txt
Use this file to discover all available pages before exploring further.
- Ether or Token leaking due to incorrect function logic
- Ether or Token leaking due to a privileged user
- Ether or Token leaking due incorrect visibility (i.e. public burn function for anyones tokens)

