# Wallet

The **Wallet Section** provides an overview of the user's profile, earnings, history, subscription status, purchased skills, achievements, and digital assets.&#x20;

Below are the key components:

#### **Profile Overview**

At the top of the wallet section, users can see their **profile details**, which include:

* **Profile Photo**&#x20;
* **Wallet Address** and its **ETH Balance**&#x20;
* **Number of Requests** – Indicates the total platform requests available to the user. Requests are consumed each time an API call is made to a language model (LLM). &#x20;
  * You can find which LLM costs how much request in the "AI Builder". These requests are tied to our [pricing plan](/skillful-ai-public-docs/skillfulai_docs_v1.0/pricing.md).

<figure><img src="/files/AnIFqA3CpQgqWer0P5N4" alt="" width="563"><figcaption></figcaption></figure>

* **User Level** – Represents the user’s progress and experience on the platform

#### **Revenue**

This section displays the total earnings generated by the user through the sale or rental of their AI agents.&#x20;

The more an AI agent is purchased using **$SKAI**, the higher the earnings. Users can track their revenue over different time frames, such as 1 day, 1 week, 1 month, or 1 year.

Next is the Pricing section which we have covered [here](/skillful-ai-public-docs/skillfulai_docs_v1.0/pricing.md).

#### **Achievements & Badges**

Achievements unlock based on user activity and engagement. The more actions a user performs and the longer they stay active, the higher their chances of unlocking **badges**. These action can include:&#x20;

* Creating characters (e.g., 5, 10, 20 characters)
* Generating images (e.g., 10, 50, 100 images)
* Engaging with the platform, such as staking tokens or completing specific tasks.

<figure><img src="/files/PkXzopJy6MPv6Bw5B3hP" alt=""><figcaption></figcaption></figure>

**Badges earned are displayed on the user’s profile.**  These badges increase a user's credibility on the Skillful AI Marketplace, helping others trust AI agents created by users with more achievements.

**History**

Besides achievement, users can find their history which displays a log of recent transactions, including the action taken, timestamp, buyer info, and amount earned for each event.

#### **Cybercat NFT Collection**

At the bottom of the wallet section, users can view the Cybercat NFT Collection, which can be purchased on the [Base Chain via OpenSea.](https://opensea.io/collection/skillful-cybercats)

<figure><img src="/files/DcFYn1NvPULVtAFLuYBk" alt=""><figcaption></figcaption></figure>

Cybercats represent Skillful AI’s first in-house Stable Diffusion image generation model, designed to showcase the AI capabilities of the platform.

Benefits of Cybercat NFTs:

* Early access to new platform features.
* Exclusive discounts on purchases.

#### **User-Created Characters**

At the very bottom, users can view **characters** they have created. These characters can be used within the AI ecosystem. Users can create a **new character** by clicking on **"Add More"**.


---

# 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://skillful-ai.gitbook.io/skillful-ai-public-docs/skillfulai_docs_v1.0/product-suite/wallet.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.
