Troubleshooting
This guide helps diagnose and resolve common issues when using Orvex. If you don't find your issue here, please reach out via official support channels.
Transaction Failures
"Transaction Reverted" or "Out of Gas"
Symptoms: Transaction fails with generic error or runs out of gas.
Common Causes:
-
Insufficient gas limit — Orvex operations (especially with hooks) can be gas-intensive
- Solution: Increase gas limit in wallet settings
- Recommended: 500,000+ gas for swaps, 800,000+ for liquidity operations
-
Slippage exceeded — Price moved beyond your slippage tolerance before transaction executed
- Solution: Increase slippage tolerance or try again when market is less volatile
-
Deadline expired — Transaction sat in mempool too long
- Solution: Increase gas price for faster inclusion, or set longer deadline
"Insufficient Liquidity"
Symptoms: Swap fails with insufficient liquidity error.
Common Causes:
-
Position out of range — Concentrated liquidity moved out of active price range
- Solution: Trade a smaller amount, or wait for liquidity to return to range
-
Low liquidity pool — Pool doesn't have enough depth for your trade size
- Solution: Split trade into smaller amounts or use a different pool
-
Price impact too high — Your trade would move the price significantly
- Solution: Reduce trade size or use multi-hop routing
"Insufficient Balance"
Symptoms: Can't complete transaction due to balance error.
Check:
- Token balance — Do you have enough tokens?
- Gas token balance — Do you have native tokens for gas fees?
- Allowance — Have you approved the router to spend your tokens?
Solution: Acquire more tokens or approve the router contract.
Wallet Connection Issues
"Wallet Not Connecting"
Troubleshooting Steps:
- Refresh the page — Clear cache and reload
- Check wallet extension — Ensure it's installed and unlocked
- Try different browser — Some wallets work better on specific browsers
- Update wallet — Ensure you're running latest version
- Disable other wallets — Multiple wallet extensions can conflict
Still not working?
- Try connecting in incognito/private mode
- Disable browser extensions temporarily
- Check if wallet supports Status Network
"Wrong Network"
Symptoms: Wallet connected but can't interact with Orvex.
Solution:
- Click network selector in your wallet
- Add Status Network if not present:
- Network Name: Status Network
- RPC URL: (official RPC - verify from Status docs)
- Chain ID: (verify from Status docs)
- Symbol: SNT or native token
- Block Explorer: (official explorer URL)
- Switch to Status Network
- Refresh the Orvex app
Approval and Allowance Errors
"Approval Transaction Failed"
Common Causes:
- Insufficient gas — Increase gas limit
- Nonce issues — Clear pending transactions in wallet
- RPC errors — Try different RPC endpoint
Solution:
- Reset wallet account (doesn't affect funds, just clears cache)
- Use a different RPC provider
- Wait for pending transactions to clear
"Endless Approval Loop"
Symptoms: App keeps asking for approvals repeatedly.
Causes:
- Browser cache issue
- RPC sync delay
- Wallet state mismatch
Solution:
- Clear browser cache
- Disconnect and reconnect wallet
- Hard refresh page (Ctrl+Shift+R or Cmd+Shift+R)
- Try incognito mode
Slippage Errors
"Slippage Tolerance Exceeded"
What it means: Price moved more than your allowed slippage before transaction executed.
Solutions:
For high-volatility pairs:
- Increase slippage tolerance (1-5% depending on market conditions)
- Trade smaller amounts
- Use limit orders (when available)
For stable pairs:
- Keep slippage low (0.1-0.5%)
- If failing repeatedly, check if pool has liquidity
Warning: Very high slippage (Greater than 5%) can expose you to front-running. Only use when necessary.
"Price Impact Too High"
What it means: Your trade size would significantly move the market price.
Solutions:
- Reduce trade size — Break into multiple smaller trades
- Check liquidity depth — Trade during periods of higher liquidity
- Use multi-hop routes — Router may find better path through multiple pools
- Wait for more liquidity — Check if pools are being voted on for emissions
Understanding Price Impact:
- Less than 1% — Normal for liquid pairs
- 1-3% — Acceptable for medium trades
- 3-5% — High impact, consider splitting trade
- Greater than 5% — Very high impact, trade at your own risk
Rewards Claiming Problems
"No Rewards Available"
Check:
- Epoch completion — Rewards claimable only after epoch ends (Wednesday 23:59 UTC)
- Voting deadline — Did you vote before Thursday 00:00 UTC snapshot?
- Staking status — Are your LP positions staked in a gauge?
- Pool activity — Did the pool you voted for generate fees?
Solution: Wait for current epoch to complete, ensure you vote before next snapshot.
"Claim Transaction Failed"
Common Causes:
- Gas too low — Increase gas limit
- Multiple claims — Some reward types claimed separately
- Contract sync — Wait a few blocks after epoch ends
Solution:
- Wait 10-15 minutes after epoch end
- Try claiming individual reward types separately
- Increase gas limit to 300,000+
veORVX Management Issues
"Can't Increase Lock Amount"
Check:
- ORVX balance — Do you have enough ORVX?
- ORVX approval — Have you approved the veORVX contract?
- Lock expiration — Some operations not allowed on expired locks
Solution: Approve veORVX contract to spend ORVX, then try again.
"Can't Extend Lock Duration"
Common Causes:
- Already at max duration — 2-year maximum
- Lock already extended — Can only extend once per epoch
- Lock expired — Must withdraw and create new lock
Solution: Check current lock expiration date and ensure you're not at maximum.
"Voting Power Not Updating"
Symptoms: Increased lock but veORVX balance hasn't changed.
Explanation:
- veORVX decays linearly over time
- Extensions/increases may offset decay
- Balance updates at next epoch snapshot (Thursday 00:00 UTC)
Solution: Wait for next epoch snapshot to see updated voting power.
Gas Optimization Tips
Reduce Transaction Costs
- Batch operations — Use multicall when available
- Approve once — Use max approval (type(uint256).max) for frequently used tokens
- Trade during low activity — Gas prices lower during off-peak hours
- Consolidate positions — Merge veNFTs to reduce management costs
- Vote strategically — Consider gas costs vs expected rewards
When Gas Is Too High
- Wait for network congestion to decrease
- Use gas price trackers to time transactions
- Consider if transaction value justifies gas cost
- For small amounts, wait until you have more to transact
Position Management
"Can't Remove Liquidity"
Check:
- Staked in gauge — Unstake from gauge first
- Position NFT ownership — Ensure you own the position NFT
- Partial removal — Try removing smaller amount first
Solution: Unstake from gauge, then remove liquidity from PoolManager.
"Position Showing Zero Value"
Common Causes:
- Out of range — Concentrated liquidity position outside active price
- UI display bug — Refresh page or check on-chain
- Impermanent loss — Value changed due to price movement
Solution:
- Check current pool price vs your position range
- Verify position on block explorer
- Rebalance position if needed
Browser and UI Issues
"App Won't Load"
Troubleshooting:
- Clear browser cache
- Disable ad blockers
- Try different browser (Chrome, Brave, Firefox)
- Check internet connection
- Verify app URL is official (https://www.orvex.fi)
"Balances Not Updating"
Solutions:
- Hard refresh (Ctrl+Shift+R / Cmd+Shift+R)
- Disconnect and reconnect wallet
- Switch to different RPC endpoint
- Wait a few minutes for indexer to sync
Getting Additional Help
If your issue persists:
- Check official docs — https://docs.orvex.fi
- Join Discord — Official Orvex Discord (link on website)
- Search existing issues — GitHub or community forums
- Contact support — Via official channels only
When reporting issues, include:
- Transaction hash (if applicable)
- Wallet address
- Network and browser being used
- Screenshots of error messages
- Steps to reproduce the issue
Security Warnings
NEVER:
- Share your private key or seed phrase
- Approve unknown contracts
- Click links from unofficial sources
- Rush transactions during "limited time offers"
ALWAYS:
- Verify contract addresses
- Use official Orvex website only
- Enable wallet transaction previews
- Start with small test transactions
Still Need Help?
Visit official Orvex support channels:
- Documentation: https://docs.orvex.fi
- Discord: (official link)
- Twitter/X: @OrvexFi
For urgent security issues, contact the team directly through verified channels only.