# WEB3ME Documentation

### Introduction

#### What is WEB3ME

```
mermaid
```

```mermaid
graph LR
    A["🔗 Solana Blockchain\nRaw Onchain Data"] --> B["⚡ WEB3ME\nIdentity Layer"]
    B --> C["👤 Profiles"]
    B --> D["🏆 Leaderboards"]
    B --> E["🎯 Degen Score"]
    B --> F["🥊 Trencher Cup"]
    C --> G["🌐 Social Layer\nSharing & Reputation"]
    D --> G
 
    style B fill:#9945FF,color:#fff
    style A fill:#14F195,color:#000
    style G fill:#1DA1F2,color:#fff

```

WEB3ME is a profile and identity layer built on Solana that transforms raw wallet activity into structured, public profiles.<br>

Every action onchain already exists, but it is fragmented, difficult to read, and disconnected from any clear identity. WEB3ME organizes this data into something understandable, comparable, and shareable.

Instead of anonymous wallets and isolated transactions, users get a complete view of trading behavior, performance, and activity in one place.<br>

WEB3ME sits between onchain data and the social layer, turning activity into identity.

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


---

# 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://docs.web3me.fun/web3me-documentation.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.
