> For the complete documentation index, see [llms.txt](https://unicornx-ai.gitbook.io/unicornx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/unicall-scratch-cards.md).

# Unicall Scratch Cards

{% hint style="info" %}
🎯 **Unicall Scratch Cards Gameplay:**

* Countdown waiting → Card scratching → Quick trading, full participation in token discovery
* Fair time allocation system ensures equal opportunities for all users
  {% endhint %}

## 1. Gameplay Process

### 1.1. Countdown Phase

In this phase, you can see:

* **Countdown Display**: Shows the remaining time until the card can be scratched
* **Prompt Text**:
  * Unicall is Live! Scratch to See the CA, Get Ahead
* **Operation Restrictions**: Cards cannot be scratched before the countdown ends

<div align="left"><figure><img src="/files/YUybisfqsahiysgcvwsi" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
⏰ **Friendly Reminder:** Please pay attention to the countdown display and prepare in advance. The system will intelligently arrange your participation window.
{% endhint %}

### 1.2. Scratchable Phase

When the countdown ends:

* **Button Change**: Button text changes to "Scratch Now"
* **Operation Method**: Click the button to reveal token information
* **Participation Opportunity**: This is your key moment to obtain token information

<div align="left"><figure><img src="/files/Eelp0ZQsEanxsZGXIV33" alt="" width="375"><figcaption></figcaption></figure></div>

### 1.3. Scratched Phase

After scratching the card, you will see complete token information:

* **Basic Information**
  * Token avatar and name
  * Project description
* **Price Data**
  * Call time (UTC timezone)
  * Pre-call price
  * Latest price and current gain
* **Trading Entry**
  * Quick buy entry will appear at the bottom of the card
  * One-click entry to trading page
  * Quick trading features follow system settings, customizable in APP homepage\[Quick Trade]
  * Slippage setting recommendations: Some tokens may fail to trade due to insufficient liquidity. It's recommended to preset appropriate trading amounts in\[Quick Trade]. During rush purchases, you can appropriately increase Gas fees and slippage limits according to actual conditions to improve success rates

<div align="left"><figure><img src="/files/xLpVnld8EidimsI5yCea" alt="" width="375"><figcaption></figcaption></figure></div>

### 1.4. Ended Phase

When the Unicall event ends:

* **Historical Data**: Display complete price chart (K-line chart)
* **Performance Summary**: Show the token's highest gain record
* **Trading Options**: Quick buy button changes to "Buy Now", entering regular trading entry

<div align="left"><figure><img src="/files/tx4qLEHVszsWZaxevLHw" alt="" width="375"><figcaption></figcaption></figure></div>

## 2. Participation Instructions

### 2.1. Fair Time Allocation

{% hint style="success" %}
🔥 **Fair Mechanism:** To ensure all users have equal participation opportunities, the system intelligently allocates scratch card time windows based on multiple factors (including but not limited to participation history, activity level, contribution value, etc.). Every user will receive participation opportunities at the appropriate time without worrying about missing out. The entire process uses advanced algorithms to ensure fairness, allowing everyone to experience the joy of scratching cards at the optimal moment. Please patiently wait for your exclusive time slot arranged by the system and watch the countdown display.
{% endhint %}

### 2.2. Risk Warning

{% hint style="danger" %}
⚠️ **Important Risk Warning:**

* Early participants bear exploration risks, buying first doesn't necessarily mean optimal prices
* All information is for reference only and does not constitute investment advice
* Please analyze based on your own investment preferences and market conditions
* Avoid FOMO mentality and participate in investment decisions rationally
  {% endhint %}

## 3. Operation Guide

### 3.1. How to Participate in Scratching

1. **Watch the Countdown**: Check the remaining waiting time on the Unicall page
2. **Get Ready**: Ensure your account is funded with BNB/SOL
3. **Scratch in Time**: Click "Scratch Now" immediately when your time window opens
4. **Make Careful Decisions**: After viewing token information, please make trading decisions carefully

### 3.2. Trading Suggestions

* **Information Analysis**: Carefully review project description and price changes
* **Risk Assessment**: Consider your own risk tolerance
* **Fund Management**: Allocate investment funds reasonably, avoid over-investment
* **Timely Stop Loss**: Set up stop-loss strategies

## 4. Frequently Asked Questions

**Q1. Why can't I scratch the card yet?**

* Please check if the countdown has ended. The system will arrange appropriate participation windows for different users. Please wait patiently for your participation period.

**Q2. Is the price information shown after scratching accurate?**

* Price information comes from real-time market data, but markets change rapidly. It's for reference only, please refer to actual trading prices, and beware of trading at abnormal volatility positions.

**Q3. What if I miss the scratch time?**

* After missing the scratch time, you can still view the token's historical performance in the "Ended Phase" and purchase through regular trading entry.

**Q4. How is the scratch time determined?**

* Scratch time is determined based on multiple factors such as your participation history and activity level, with the system using advanced algorithms to ensure fair participation opportunities for all users.

**Q5. How to set up quick trading features?**

* The quick trading button displayed after scratching can be customized. Please go to the APP homepage and find\[Quick Trade]option to configure trading parameters according to your preferences, such as trading amount, slippage settings, etc.


---

# 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://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/unicall-scratch-cards.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.
