> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fees.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# Sniper & Bundle Wallets

> Launch tokens with multiple wallets buying at the same time. Set up once in fees.fun, use on every platform.

## What are sniper wallets?

When you launch a token, you usually want to buy it with additional wallets right away — before anyone else can. These are called **sniper wallets** (or **bundle wallets**). They buy your token in the same block as the creation, giving you the best possible entry.

fees.fun makes this easy: import all your wallets once, and use them across RapidLaunch, Uxento, and J7 Tracker without importing keys into each site separately.

## How it works

<Steps>
  <Step title="Import your wallets into fees.fun" icon="wallet">
    Import every wallet you want to use — your deployer wallet plus all your sniper wallets.

    1. Open the fees.fun popup
    2. Click **Import Wallet** (or **Create New Wallet**)
    3. Repeat for each wallet

    <Tip>Give your wallets clear names like "Deployer", "Sniper 1", "Sniper 2" so you can easily tell them apart.</Tip>
  </Step>

  <Step title="Fund your sniper wallets" icon="coins">
    Each sniper wallet needs SOL equal to the buy amount you want it to purchase. For example, if you want Sniper 1 to buy 0.5 SOL worth, it needs at least 0.5 SOL in it.
  </Step>

  <Step title="Configure on your platform" icon="sliders">
    Each platform has its own way to set up snipers:

    <Tabs>
      <Tab title="RapidLaunch">
        1. In the deploy interface, select **Bundle** or **Snipe** mode
        2. Select the sniper wallets you want to use
        3. Set the buy amount for each wallet
        4. Deploy — fees.fun handles the rest
      </Tab>

      <Tab title="Uxento">
        1. Create a new bundle in Uxento
        2. Select the wallets you want to include (must match fees.fun)
        3. Set buy amounts for each wallet
        4. Select the bundle when launching
      </Tab>

      <Tab title="J7 Tracker">
        1. Go to J7's **Bundle** tab
        2. Select the wallets you want to include (must match fees.fun)
        3. Set buy amounts for each wallet
        4. Deploy — fees.fun handles the rest
      </Tab>
    </Tabs>
  </Step>

  <Step title="Deploy with snipers" icon="rocket">
    When you click deploy, fees.fun detects the sniper wallets from the platform, matches them to your imported keys, and submits everything together. Your token creation and all sniper buys land in the same block.
  </Step>
</Steps>

## Important rules

<Warning>
  **Wallet addresses must match exactly.** The sniper wallet addresses you configure on the platform must be identical to the ones you imported into fees.fun. If they don't match, fees.fun can't find the key to sign with, and that sniper buy won't go through.
</Warning>

<Note>
  **Each sniper wallet needs its own SOL.** The buy amount comes from the sniper wallet itself, not your deployer. Make sure each wallet is funded.
</Note>

## Platform support

| Feature                  | RapidLaunch | Uxento | J7 Tracker | Axiom |
| ------------------------ | :---------: | :----: | :--------: | :---: |
| Sniper / bundle wallets  |     Yes     |   Yes  |     Yes    |   —   |
| Same-block buys          |     Yes     |   Yes  |     Yes    |   —   |
| Configurable buy amounts |     Yes     |   Yes  |     Yes    |   —   |
| Dump all wallets at once |      —      |   Yes  |      —     |   —   |

## Tips for sniping

<AccordionGroup>
  <Accordion title="How many sniper wallets should I use?">
    This depends on your strategy. Some users launch with 2-3 snipers, others use 10+. More wallets means more SOL needed but also more initial distribution of your token.
  </Accordion>

  <Accordion title="Can I reuse sniper wallets across platforms?">
    Yes! Import your wallets into fees.fun once and use the same addresses on RapidLaunch, Uxento, and J7. No need to set up separate wallets for each platform.
  </Accordion>

  <Accordion title="What happens if a sniper wallet doesn't have enough SOL?">
    That specific sniper buy will fail, but the rest of the bundle (including the token creation) will still go through. Other sniper wallets with sufficient balance will buy successfully.
  </Accordion>

  <Accordion title="Can I change buy amounts per wallet?">
    Yes — buy amounts are configured on each platform's interface, not in fees.fun. You can set different amounts for each wallet on each platform.
  </Accordion>
</AccordionGroup>
