Dexalot is a non-custodial, omni-chain DEX that integrates with multiple mainnets, offering unmatched flexibility. Dexalot empowers users across multiple chains to access its robust order book, while SimpleSwap ensures seamless same- and cross-chain liquidity.
Target | Type | Severity | Reward |
---|---|---|---|
https://github.com/Dexalot/contracts/commit/e5ead8e310da5638909a0e33f3f4493c324463fd Copy Commit: e5ead8e310da5638909a0e33f3f4493c324463fd | Smart Contract | Critical | Bounty |
Commit: e5ead8e310da5638909a0e33f3f4493c324463fd
We are looking for evidence and reasons for incorrect behavior of the smart contract, which could cause unintended functionality:
Clear wording:
Allocated bounty reward will be split between all researchers who submitted the same issue (where uniq issues receive 1/3 of the pool and researchers will get 1/9 each of the initial reward pool). HackenProof is entitled to 10% of rewards as the fee for the triage and other services!
Full Reward: If a critical vulnerability is found by only one participant, that reporter receives 100% of the bounty pool.
If multiple participants find the same vulnerability, the allocated bounty for that issue (bounty pool always equally split among all unique issues reported) is divided equally among all reporters. Example: If two researchers report the same vulnerability, each receives 50% of the allocated bounty. It can be 50% of the bounty pool if only one eligible issue was reported.
Split Based on Uniqueness of issues reported:
Each will receive 50% of the bounty pool.
HackenProof is entitled to 10% of rewards as the fee for the triage and other services‼️
Do not discuss this program or any vulnerabilities (even resolved ones) outside of the program without express consent from the organization
We are happy to thank everyone who submits valid reports which help us improve our security. However, only those that meet the following eligibility requirements may receive a monetary reward:
Hacken - June 2025
solana/programs/dexalot
├── src
│ ├── instructions
│ │ ├── swap
│ │ │ ├── orders
│ │ │ │ ├── cross_swap_order.rs
│ │ │ │ ├── mod.rs
│ │ │ │ └── swap_order.rs
│ │ │ ├── swap_instructions
│ │ │ │ ├── cross_swap.rs
│ │ │ │ ├── mod.rs
│ │ │ │ ├── swap_expiry.rs
│ │ │ │ ├── swap_queue.rs
│ │ │ │ └── swap.rs
│ │ │ ├── mod.rs
│ │ │ └── utils.rs
│ │ ├── add_destination.rs
│ │ ├── banned_account.rs
│ │ ├── claim_balance.rs
│ │ ├── create_account.rs
│ │ ├── create_ata.rs
│ │ ├── deposit.rs
│ │ ├── fund.rs
│ │ ├── global_config.rs
│ │ ├── initialize.rs
│ │ ├── lz_receive.rs
│ │ ├── lz_receive_types.rs
│ │ ├── mod.rs
│ │ ├── process_xfer_payload.rs
│ │ ├── roles.rs
│ │ ├── set_remote.rs
│ │ └── token.rs
│ ├── consts.rs
│ ├── cpi_utils.rs
│ ├── errors.rs
│ ├── events.rs
│ ├── lib.rs
│ ├── map_utils.rs
│ ├── state.rs
│ ├── test_utils.rs
│ └── xfer.rs
├── Cargo.toml
└── Xargo.toml