

Before using LiberationDex, you must read and acknowledge the following. This is a legally binding agreement.
By clicking accept, you agree to the Terms of Use and confirm you have read this acknowledgment. Your acceptance is recorded locally with a timestamp.
LIBERATIONDEXETHLiberationDex is a non-custodial frontend interface that routes swaps through 1inch's audited smart contracts. This page documents the full security model, the contracts used, their audit status, and the measures implemented in the LiberationDex frontend.
FRONTEND AUDIT STATUS: NOT YET INDEPENDENTLY AUDITED
The LiberationDex frontend interface has not been independently audited by a third-party security firm. The smart contracts LiberationDex routes through (1inch AggregationRouterV6) have been audited by OpenZeppelin and Trail of Bits. A frontend security review is planned before the protocol reaches significant trading volume. Use at your own risk.
LiberationDex does not deploy its own smart contracts. All swap transactions are routed through 1inch's battle-tested, publicly deployed AggregationRouterV6 on Ethereum Mainnet. These contracts have undergone rigorous independent security reviews by two of the most respected firms in the blockchain security industry.
1inch AggregationRouterV6 · General Security Review
No critical vulnerabilities. Minor informational findings addressed.
1inch LimitOrderProtocol · General Security Review
No critical vulnerabilities identified in periphery contracts.
1inch AggregationRouterV6 · Security Review + Formal Verification
Echidna fuzz testing + Manticore symbolic execution. All findings addressed prior to deployment.
The following 1inch contracts are used by LiberationDex. All addresses are the canonical, immutable 1inch deployments. You are encouraged to verify these addresses independently on Etherscan before interacting with the protocol.
| CONTRACT | ADDRESS | AUDIT STATUS | VERIFY |
|---|---|---|---|
SwapRouter02 Executes token swaps. LiberationDex routes all swap transactions through this contract. | 0x68b34658...8665Fc45 | AUDITED | ETHERSCAN |
QuoterV2 Provides on-chain price quotes without executing swaps. Used for price estimation. | 0x61fFE014...7530B21e | AUDITED | ETHERSCAN |
1inch AggregationRouterV6 The main 1inch aggregation router. LiberationDex routes all swaps through this contract for best-price execution across 200+ DEX sources. | 0x11111112...f8842A65 | AUDITED | ETHERSCAN |
Always verify that you are interacting with the correct contract addresses before approving any transaction. LiberationDex will never ask you to interact with contracts outside this list. If a website claims to be LiberationDex but uses different contract addresses, it is a phishing site.
The LiberationDex frontend implements the following security measures to protect users during swap execution. These are enforced at the application layer and, where possible, at the smart contract level.
All swaps enforce a configurable slippage tolerance (default 0.5%). The amountOutMinimum parameter is computed on-chain via QuoterV2 and enforced at the contract level — the transaction reverts automatically if the received amount falls below the minimum.
Every swap includes a deadline parameter (default: 20 minutes from submission). Transactions that remain pending beyond this window are automatically rejected by the SwapRouter contract, protecting users from stale price execution.
LiberationDex calculates the price impact of every swap before execution. Trades with >1% impact display a caution warning; trades with >5% impact require explicit modal confirmation; trades with >15% impact are blocked by default.
Users can enable MEV protection via the swap settings panel. When enabled, transactions are routed through Flashbots Protect RPC (https://rpc.flashbots.net), which submits transactions privately to block builders, significantly reducing sandwich attack exposure.
All user-supplied numeric inputs are validated and sanitized before being passed to Web3 calls. Amount fields accept only valid decimal numbers; token addresses are validated against the canonical token list; no raw user input is passed to contract calls.
LiberationDex never holds, stores, or has access to user funds or private keys. All transactions are signed locally in the user's wallet (MetaMask, WalletConnect, Coinbase Wallet) and broadcast directly to the Ethereum network. LiberationDex has zero custody at all times.
The default token selector uses a curated list of verified ERC-20 tokens. Custom token addresses can be entered manually, but users are shown an explicit warning when interacting with tokens outside the verified list.
LiberationDex uses public Ethereum RPC endpoints (Infura, Alchemy, and public fallbacks). The active RPC endpoint is visible in the network badge. Users can configure their own RPC endpoint in the swap settings for maximum privacy.
In the interest of full transparency, the following limitations and residual risks are acknowledged. Users should understand these before using the platform.
The LiberationDex frontend interface has not been independently audited by a third-party security firm. A frontend security review is planned for a future protocol version.
Smart contract interactions depend on the security of the user's wallet software (MetaMask, WalletConnect, etc.). LiberationDex cannot protect against compromised wallet extensions or devices.
Price quotes are fetched from on-chain QuoterV2 and CoinGecko. In periods of extreme volatility, displayed prices may lag behind execution prices by the time a transaction is confirmed.
LiberationDex does not operate its own liquidity pools or smart contracts. The protocol's security is therefore dependent on the continued integrity of 1inch's deployed AggregationRouterV6 contracts.
MEV protection via Flashbots Protect reduces but does not eliminate sandwich attack risk. Large trades on low-liquidity pairs remain susceptible to price manipulation.
LiberationDex is a fully autonomous, non-custodial protocol interface. There is no company, no team, no support desk, and no operator behind this interface. No individual or entity is responsible for, or capable of, intervening in any transaction you execute.
NO SUPPORT PROVIDED
NO LIABILITY ACCEPTED
USER RESPONSIBILITY
URL VERIFICATION REQUIRED
1inch Security Page
Official audit reports from ABDK Consulting and Trail of Bits for the V3 core and periphery contracts.
1inch Bug Bounty (Immunefi)
1inch's active bug bounty program for smart contract vulnerabilities on Immunefi.
Flashbots Protect RPC
MEV protection RPC endpoint used by LiberationDex when MEV protection is enabled in swap settings.
Etherscan Contract Verification
Verify all LiberationDex-used contract addresses independently on Ethereum's block explorer.
LIBERATIONDEX SECURITY · LAST UPDATED FEB 2026 · v2.3