# overview

Mintifyfun is a fast interface for using **BankrBot** on Base. You can launch tokens, track momentum, and monitor activity from one dashboard.

{% hint style="info" %}
**Powered by BankrBot**\
All launches, buys, and token interactions run through BankrBot on Base Mainnet.
{% endhint %}

## What Mintifyfun does

BankrBot is powerful, but command-first workflows slow most users down. Mintifyfun adds a visual layer on top so you can move faster with less friction.

* Launch tokens without writing commands manually
* Discover new tokens through live market activity
* Track trends with real-time signals and filters
* View wallet holdings with live pricing
* Access future rewards and game systems in one place

## Core product areas

### Token launch

Create and deploy tokens through a guided flow. Mintifyfun prepares the BankrBot command for you and sends it on Base.

### Discovery and trends

Monitor fresh launches, trending tokens, and market movement in real time. Use these views to spot momentum early.

### Wallet view

Connect your wallet to unlock portfolio tracking and account-specific activity. This includes supported token balances and live price data.

### Rewards and games

Mintifyfun also introduces loyalty and engagement systems on top of the launch experience. These features roll out in later phases.

## Built on

| Layer      | Technology   | Role                                |
| ---------- | ------------ | ----------------------------------- |
| Blockchain | Base Mainnet | All transactions and token activity |
| Launchpad  | BankrBot     | Token launch engine                 |
| Price Data | CoinGecko    | Live market data and trending       |
| Interface  | Mintifyfun   | Visual frontend and UX layer        |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mintify-fun.gitbook.io/mintify.fun-docs/getting-started/overview.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.
