โ”FAQ

  1. What price oracle do you use for the various triggers (prescheduled actions that happen in the future)?

    1. USD price-based triggers: no longer supported

    2. VOL-VOL price based triggers: current on-chain liquidity pool price

    3. VOL-VOL price based triggers with TWAP duration: arithmetic TWAP (time weighted average price) from on-chain price oracle. However, if the oracle if the oracle doesn't have enough data to cover the specified duration, then only the available data will be used. On-chain price oracles use a memory slot each time the price changes, and anybody can pay gas fees to increase the number of slots. Pools with low trading volumes tend to have fewer slots and thus smaller durations of data for computing the TWAP.

    4. Ratio-based triggers: same as #2

    5. Ratio-based triggers with duration setting: same as #3

    6. Limit Orders: same as #2

  2. What AMMs and asset pairs / pools do you support?

    As of 2024 July, Aperture supports all pairs/pools for all fee tiers across 11 chains across 3 AMMs. Some tokens with low trading volume may require importing by address. Some pools may require initialization before adding liquidity.

    1. UNISWAP_V3

      1. Ethereum

      2. Arbitrum

      3. Optimism

      4. Polygon

      5. Base

      6. BNB Chain

      7. Avalanche

      8. Scroll

    2. PANCAKESWAP_V3

      1. Ethereum

      2. BNB Chain

    3. ApertureSwap

      1. Manta Pacific

  3. How many pre-scheduled actions can I have open at once and where can I see them?

    1. You can have 3 rebalance triggers & 3 close triggers open at once. We will execute based on whichever trigger condition is met first. All remaining open triggers will be negated as you will now have a new position ID.

    2. Each address can have a maximum of 50 triggers setup. If you wish to have more than 50 triggers please reach out to whales@aperture.finance

    3. You can see the triggers under the position detail page.

  4. I have provided liquidity, but why can't I see any APTR rewards on the airdrop dashboard?

Airdrop dashboard is not realtime and your rewards will be updated sometime after the campaign ends as team will collect the data on how much fees users have generated during the campaign period.

  1. Why didn't the trigger with TWAP duration of 2 hours execute yet?

Triggers with a TWAP duration will wait until at least the specified duration before triggering, and the wait time resets each time the user updates the trigger. This allows users the option to provide very concentrated liquidity to maximize liquidity mining while limiting impermanent loss. Alternatively, the slippage or gas fee ceiling settings might be too strict.

  1. Why am I receiving the following error when setting up a Recurring Rebalance trigger on Manta: "Your create strategy request has failed: Error: AxiosError: Request failed with status code 400"?

It's because Recurring Rebalance is not supported on Manta.

  1. What happens to my unclaimed fees after rebalancing?

Your fees will be added to the new position after rebalancing.

  1. Why is my avax-usdc LP no longer showing up?

Looks like you had your funds stuck on Aperture vaults on Avalanche network. You can withdraw it from https://legacy-app.aperture.finance/

General

  1. Is there any fee charged by Aperture?

Please refer to the Feessection for details.

  1. Is the APTR token live yet?

Yes, token info is available at Token Infopage.

  1. I received the โ€œInternal JSON-RPC errorโ€ when swapping on Aperture. What should I do?

Change your RPC to a different one, then refresh the page to retry. You can connect your wallet to https://chainlist.org/ and select another RPC.

ApertureSwap

  1. Is there a dashboard that I can view all available pools on ApertureSwap?

Yes at https://www.geckoterminal.com/manta-pacific/apertureswap/pools

LP Tooling

  1. What is the difference between automated rebalancing and recurring rebalancing?

Automated rebalancing happens once while recurring rebalancing keeps recurring each time the trigger condition is met.

Last updated