# Bundle Fren Docs

## BundleFren

- [Welcome to Bundle Fren](https://docs.bundlefren.com/v1/introduction/readme.md)
- [Why Bundle Fren?](https://docs.bundlefren.com/v1/introduction/why-bundle-fren.md)
- [Important Links](https://docs.bundlefren.com/v1/introduction/important-links.md): Links to all our platforms.
- [Bundle Demo](https://docs.bundlefren.com/v1/video-tutorials/bundle-demo.md): Watch this step-by-step video tutorial to learn how to bundle your token or memecoin using the Bundle Fren dApp.
- [Supported Networks](https://docs.bundlefren.com/v1/getting-started/supported-networks.md): A list of our currently supported networks and DEXs.
- [Compatible Contracts](https://docs.bundlefren.com/v1/getting-started/compatible-contracts.md): An overview of compatible contracts and open trading functions within our app.
- [Connecting Your Wallet](https://docs.bundlefren.com/v1/getting-started/connecting-your-wallet.md): Connecting your wallet is a secure and simple way to sign in or create an account on Bundle Fren.
- [Simulation](https://docs.bundlefren.com/v1/getting-started/simulation.md): A guide and overview to using the simulation tool in preparation for your bundle.
- [Deploy Your Token](https://docs.bundlefren.com/v1/deploy-token/deploy-your-token.md): You can easily deploy your own token in just a few steps with our free, no-code interface.
- [Contract Templates](https://docs.bundlefren.com/v1/deploy-token/contract-templates.md): An overview of the contract templates you can use to deploy directly through our dApp.
- [Token Details](https://docs.bundlefren.com/v1/bundle-setup/token-details.md): To set up your bundle, you'll need to provide key information about your token. Make sure your contract is compatible and you have all necessary details on hand for a smooth setup experience.
- [Distributor Setup](https://docs.bundlefren.com/v1/bundle-setup/distributor-setup.md): The distributor wallet is used for managing payments and distributing funds to the wallets involved in your bundle.
- [Generate or Import Wallets](https://docs.bundlefren.com/v1/bundle-setup/generate-or-import-wallets.md): In this step, you'll calculate the total ETH required for each wallet to buy the max transaction amount you previously set.  You can then review the details and generate or import your wallets.
- [Funding Wallets](https://docs.bundlefren.com/v1/bundle-setup/funding-wallets.md): This step ensures that all bundle wallets have sufficient ETH for their transactions.
- [Launch](https://docs.bundlefren.com/v1/bundle-setup/launch.md): Simulate your bundle to confirm all transactions will execute successfully on the mainnet. Once the simulation completes successfully, you can proceed to launch and deploy to the mainnet.
- [Four.meme](https://docs.bundlefren.com/v1/launchpads/four.meme.md): Learn how to bundle your launch on Four.meme
- [Manage Page Overview](https://docs.bundlefren.com/v1/post-launch-management/manage-page-overview.md): This section provides all the necessary tools for monitoring and managing your bundle wallets, executing transactions, and interacting with the smart contract.
- [Contract Actions](https://docs.bundlefren.com/v1/post-launch-management/contract-actions.md): Access essential contract functions directly from the contract tab.
- [Selling Tokens](https://docs.bundlefren.com/v1/post-launch-management/selling-tokens.md): Sell your bundled tokens directly from the wallets table with MEV protection.
- [Buying Tokens](https://docs.bundlefren.com/v1/post-launch-management/buying-tokens.md): Buy tokens directly from the wallets table with MEV protection.
- [Transfer Tokens](https://docs.bundlefren.com/v1/additional-features/transfer-tokens.md): Transfer tokens or ETH/BNB from your wallets directly through the wallets table.
- [MultiSend](https://docs.bundlefren.com/v1/additional-features/multisend.md): You can use the MultiSender to disperse ETH to multiple wallets in a single transaction, saving you on gas fees.
- [MultiCollect](https://docs.bundlefren.com/v1/additional-features/multicollect.md): Use the MultiCollect feature to collect ETH from your bundle wallets.
- [Bundle Fee](https://docs.bundlefren.com/v1/payments/bundle-fee.md): Below you'll find an overview of how payments work and our current payment options.
- [Bundle Simulation Errors](https://docs.bundlefren.com/v1/troubleshooting/bundle-simulation-errors.md): In this section, you’ll find a list of common errors you might encounter during bundle simulation, along with explanations to help troubleshoot and resolve them.
- [Support](https://docs.bundlefren.com/v1/troubleshooting/support.md)
- [Custom Contracts](https://docs.bundlefren.com/v1/custom-services/custom-contracts.md)
- [Vanity Addresses](https://docs.bundlefren.com/v1/custom-services/vanity-addresses.md)
- [Bundle Tracker](https://docs.bundlefren.com/v1/free-tools/bundle-tracker.md): A free Telegram bot delivering instant alerts for the latest bundle launches on Ethereum. Check bundles in real time.
- [Bundle Checker](https://docs.bundlefren.com/v1/free-tools/bundle-checker.md): An overview of our bundle checker


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.bundlefren.com/v1/introduction/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
