> For the complete documentation index, see [llms.txt](https://docs.frogy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frogy.com/get-ready-to-go-live/become-a-viewer/support-a-streamer-gifts-and-tips/rewards-system/frogy-glossary.md).

# FROGY Glossary

#### 🧩 **Core Platform Concepts**

* **FROGY** — the live-streaming platform built on Solana, part of the dTelecom ecosystem.
* **dTelecom** — decentralized ecosystem powering FROGY and other apps like dMeet, AI Voice Agent, and Spatial.
* **Solana** — blockchain network used for fast, low-cost USDC transactions.
* **Progressive Web App (PWA)** — browser-based app you can install on your device’s home screen for quick access.
* **USDC (USD Coin)** — the main digital currency used in FROGY for gifts, tips, and withdrawals.
* **Wallet** — your personal crypto wallet automatically created upon registration to store and manage USDC.

***

#### 🎥 **Streaming & User Interaction**

* **Stream (Live / Online Stream)** — a live video broadcast by a creator that viewers can watch and interact with.
* **Offline Stream** — a past broadcast that has already ended.
* **Streamer** — a user who hosts live broadcasts.
* **Viewer** — a user who watches streams and can interact via chat, gifts, and tips.
* **Chat** — real-time conversation between viewers and the streamer during a broadcast.
* **Gift** — a virtual item sent to a streamer as a sign of support; has a USDC value.
* **Tip** — a direct USDC transfer to a streamer (can be sent during or after a stream).
* **One-Click Gifting** — a feature allowing you to send gifts instantly without confirmation.
* **AI Translator** — a built-in feature that automatically transcribes and translates speech during a stream.
* **NSFW (18+) Content** — adult or sensitive content available only to logged-in users who enable the setting.

***

#### 👤 **Profile & Community**

* **Profile** — your personal page showing your info, stats, and interactions.
* **Fans** — users who follow you.
* **Following** — users you follow.
* **Earned** — total USDC received from gifts and tips.
* **Gifted** — total USDC spent on supporting other creators.
* **Referrals** — a program that rewards you for inviting friends to FROGY.
* **Leaderboard** — a ranked list of the most active users in several categories.
* **Points** — loyalty points earned for completing actions and tasks in the ecosystem.
* **Rewards System** — system where users complete quests to earn points and unlock bonuses.
* **Quests** — specific tasks that reward users with points.
* **One-Time Quests** — tasks that can be completed once.
* **Repeatable Quests** — tasks that can be completed multiple times.

***

#### 💰 **Earnings & Tokens**

* **Deposit** — adding funds to your wallet via debit card or crypto transfer.
* **Withdrawal** — transferring USDC from your FROGY wallet to an external crypto wallet.
* **$DTEL Token** — dTelecom’s ecosystem token that Points can later be swapped for.
* **Transaction** — the blockchain record of a USDC transfer (deposit, tip, gift, or withdrawal).

***

#### ⚙️ **App Features & Controls**

* **Main Page (Live Menu)** — the home screen showing all live and offline streams.
* **Settings** — section where you can adjust notifications, language, effects, NSFW content, and gifting preferences.
* **Action Menu** — the three-dot menu where you can share or report a profile.
* **Kick a Viewer** — temporarily remove a viewer from your stream (warning action).
* **Block a Viewer** — permanently prevent a viewer from commenting or joining your streams.
* **Visual Effects** — filters and enhancements for customizing your stream appearance.
* **Beauty / Makeup / Filters / Masks / Backgrounds** — subcategories of visual effects for stream customization.
* **RESET / RESET ALL** — buttons to remove applied effects.

***

#### 🌐 **dTelecom Ecosystem & Points Program**

* **Points Program** — shared reward system across all dTelecom apps
* **TGE (Token Generation Event)** — the official launch of $DTEL tokens.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.frogy.com/get-ready-to-go-live/become-a-viewer/support-a-streamer-gifts-and-tips/rewards-system/frogy-glossary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
