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

# Navigating Your Tip Stack Creator Dashboard Features

> Navigate the Tip Stack creator dashboard: view your tip history, manage your wallet, configure payout settings, and generate embed codes.

The Tip Stack creator dashboard is your central hub for everything that happens after you start receiving tips. From here you can monitor your earnings in real time, review individual tip messages, manage your wallet balances, configure payout settings, generate embed codes for your site, and access analytics. This page walks you through each section so you know exactly where to find what you need.

<Note>
  Your dashboard shows tips as "confirmed" only after on-chain verification is complete. A tip that appears as "pending" has been submitted to the Solana network but not yet finalized.
</Note>

***

## Dashboard sections at a glance

<CardGroup cols={3}>
  <Card title="Overview" icon="chart-bar">
    Your total earnings in USDC, total tip count, a live tipping link, and a feed of your three most recent tips.
  </Card>

  <Card title="Tip Jar (Analytics)" icon="gift">
    Earnings over time, fiat vs. crypto breakdown, and top supporter leaderboard. See the [Analytics](/creators/analytics) page for full details.
  </Card>

  <Card title="Share & Embed" icon="code">
    Generate a button or embeddable widget to place on any website, blog, or Linktree.
  </Card>

  <Card title="Transactions" icon="clock">
    Full tip history with filters for today, this week, and this month. Each tip shows sender, amount, message, and token type.
  </Card>

  <Card title="Withdraw" icon="dollar-sign">
    Convert your USDC balance to Nigerian naira via Pajcash or FossaPay, with bank account details and withdrawal history. See the [Payouts](/creators/payouts) page for full details.
  </Card>

  <Card title="Settings" icon="shield">
    Toggle Smart Yield (Kamino), invite friends, and open profile settings.
  </Card>
</CardGroup>

***

## Overview tab

The Overview tab loads by default when you open the dashboard. It shows:

* **Total Earned** — your cumulative USDC earnings since account creation, displayed as a USD value.
* **Tips Received** — total number of confirmed tips, all time.
* **Your tipping link** — `tipstack.fun/YOUR_HANDLE` with a one-click copy button.
* **Recent Tips** — the three most recent confirmed tips with sender name (or "Anonymous") and amount. Click **View All** to go to the full transaction history.

If your profile is incomplete, a banner prompts you to finish onboarding. Nigerian creators who haven't completed KYC see a separate prompt to verify their identity before fiat withdrawals are unlocked.

***

## Tip history

The **Transactions** tab shows every confirmed tip in reverse chronological order. Use the filter bar at the top to narrow by time window.

Each tip card displays:

| Field          | Description                                                                       |
| -------------- | --------------------------------------------------------------------------------- |
| **Date**       | Local date the tip was confirmed on-chain.                                        |
| **Sender**     | Wallet address or username of the tipper. Anonymous tips show "Anonymous".        |
| **Amount**     | Value in USDC (and NGN equivalent in brackets for fiat-originated tips).          |
| **Message**    | Any note the supporter left with their tip, shown in a quote block.               |
| **Token type** | SOL, USDC, or FIAT (for NGN-originated tips processed through the fiat checkout). |
| **Actions**    | Share the tip on X, or download a shareable image card.                           |

***

## Wallet section

Your connected wallet address is shown in the top status bar on every page. The status bar also displays:

* **USDC balance** — your current confirmed tip earnings denominated in USD.
* **NGN balance** — shown in addition to USDC if your account currency is set to NGN.
* **Receive button** — opens a QR code modal with your wallet address and tipping link, ready to scan or screenshot.

To see your full token balances (SOL and USDC), open your connected wallet (Phantom, Solflare, etc.) directly. Tip Stack shows earnings-related balances; for total portfolio balances use your wallet app.

***

## Payout settings

The **Withdraw** tab contains several options that affect how your earnings are handled. Full withdrawal instructions are on the [Payouts](/creators/payouts) page, but here is a summary of the configurable options:

<Tabs>
  <Tab title="Crypto off-ramp (Pajcash)">
    The default withdrawal method. You enter a USD amount, Tip Stack fetches a live NGN exchange rate from Pajcash, and you authenticate with an email OTP before selecting a Nigerian bank account. Your USDC is sent on-chain directly from your wallet to the Pajcash deposit address.
  </Tab>

  <Tab title="Fiat off-ramp (FossaPay)">
    Available to creators who have completed KYC. Your fiat balance (collected from NGN-denominated tips) is converted and sent to a Nigerian bank account via FossaPay. KYC verification is required to unlock this tab.
  </Tab>
</Tabs>

### Smart Yield (Kamino)

In the **Settings** tab you can toggle **Smart Yield**. When enabled, idle USDC in your Tip Stack balance is automatically deposited into Kamino Finance to earn yield. Toggle it off at any time to stop new deposits; existing positions unwind on the next withdrawal cycle.

***

## Embed generator

The **Share & Embed** tab lets you get code snippets to place your Tip Stack tip jar on any site.

<Steps>
  <Step title="Choose a theme">
    Select **Dark** or **Light** to match your site's design.
  </Step>

  <Step title="Pick an accent color">
    Choose from six preset colors or enter a custom hex value to match your brand.
  </Step>

  <Step title="Copy the snippet you need">
    **Action Button** — a standalone HTML `<a>` tag that renders a "Tip me on Tip Stack" button. Drop it anywhere in your page HTML.

    **Embedded Widget** — a `<div>` tag plus a `<script>` tag that renders a full tip widget (Buy Me a Coffee style) anywhere on your site. Works on WordPress, Webflow, Shopify, and custom HTML pages.

    **Bio Link** — your plain profile URL (`tipstack.fun/YOUR_HANDLE`) for pasting into Instagram, Twitter, or Linktree bios.
  </Step>
</Steps>

Example action button snippet:

```html theme={null}
<a href="https://tipstack.fun/yourhandle" target="_blank"
   style="display:inline-flex;align-items:center;background:#00D265;
          color:#000;padding:12px 24px;border-radius:12px;
          font-weight:800;text-decoration:none;font-family:sans-serif;
          gap:8px;box-shadow:0 4px 14px rgba(0,0,0,0.15);">
  Tip me on Tip Stack
</a>
```

Example embedded widget snippet:

```html theme={null}
<div
  data-tipstack-id="yourhandle"
  data-tipstack-theme="dark"
  data-tipstack-color="#00D265">
</div>
<script src="https://tipstack.fun/widget.js"></script>
```

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Why is a tip showing as pending instead of confirmed?">
    Tips enter a "pending" state when the on-chain transaction has been submitted but not yet finalized by the Solana network. This usually takes a few seconds. Refresh the page or wait a moment and the status will update to "confirmed" automatically.
  </Accordion>

  <Accordion title="Can I receive tips in SOL as well as USDC?">
    Yes. Supporters can choose to tip in SOL or USDC from the checkout page. Fiat (NGN) tips are converted to USDC before they appear in your balance. All three token types appear in your transaction history with their original token symbol.
  </Accordion>

  <Accordion title="What is the KYC prompt in my dashboard?">
    If your account is registered in Nigeria and you haven't verified your identity yet, a banner appears in your dashboard. Click **Verify Now** to open the KYC modal and upload your ID. KYC is required to unlock FossaPay fiat withdrawals; it is not required to receive crypto tips.
  </Accordion>

  <Accordion title="Does Tip Stack take a fee from my tips?">
    A dynamic platform fee is deducted at the time of withdrawal, not at the time of receiving a tip. The fee percentage varies based on withdrawal amount and current exchange rates. The exact fee is shown in the withdrawal confirmation screen before you confirm.
  </Accordion>
</AccordionGroup>
