Skip to content

Connect Wallet

Aegis supports two paths for associating an LP wallet with your account. Both paths result in the same outcome: your wallet address is used for on-chain LP position scanning.


The Connect Wallet button in the dashboard header opens a connector modal. Aegis uses wagmi and supports the following connectors:

ConnectorDescription
Injected / MetaMask-compatibleAny browser extension wallet (MetaMask, Rabby, Frame, etc.)
WalletConnectQR-code / deep-link pairing with mobile or desktop wallets
Coinbase WalletCoinbase Wallet browser extension or mobile app
SafeSafe (formerly Gnosis Safe) multisig smart contract wallet
  1. Click the Connect Wallet button in the dashboard header.
  2. The connector modal opens. Select your preferred connector.
  3. Approve the connection request in your wallet (signature only — no transaction is submitted, no funds are moved).
  4. Your wallet address is synced to your Aegis account (POST /api/user-wallets).

Your connected address is now visible in the Wallets panel and is used to scan for active Uniswap V3/V4 and PancakeSwap V3 LP positions on supported chains.


If you prefer not to connect a wallet via the modal, you can enter your LP wallet’s public address directly in the Wallets panel. Aegis will scan that address on-chain for LP positions.

In this path, the LP wallet is never “connected” to the bot in any programmatic sense — only the public address string is stored and used for scanning.


Aegis scans LP positions on the following networks:

ChainSupport level
Ethereum (mainnet)Full support
ArbitrumFull support
BaseFull support
OptimismFull support
BNB Smart Chain (BSC)Partial support

Solana is not supported.


Not all LP positions are eligible for Aegis hedging. Aegis applies a pair filter:

Valid pairs: native USDC or USDT must be one side of the pair.

ExampleEligible?
ETH / USDCYes
WBTC / USDTYes
ETH / DAINo (DAI is not native USDC/USDT)
USDC / USDTNo (stablecoin-only pair, no delta exposure)

For advanced use cases, Aegis supports scanning by NFT Token ID. Uniswap V3, Uniswap V4, and PancakeSwap V3 represent LP positions as non-fungible tokens minted by the NonfungiblePositionManager contract.

If you know your position’s Token ID, you can enter it directly in the Wallets panel to target a specific LP position rather than scanning all positions for an address.


  • Approvals — token approval model and security education
  • Wallet-Bot Binding — how execution wallets bind to bot strategies
  • API Keys — adding CEX execution keys for hedging