> For the complete documentation index, see [llms.txt](https://docs.pampdacoin.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pampdacoin.xyz/wanna-play/chat.md).

# Talk Sh\*t

## The Chatroom Of Free Speech

<figure><img src="/files/7CIBX5P81xbl1kaUYPfB" alt=""><figcaption></figcaption></figure>

The Pamp Da Coin chat room offers a seamless platform for instant communication, accessible to all users upon connecting their wallet.&#x20;

In a refreshing departure from traditional chat platforms, there's no requirement to divulge any personal information, ensuring complete anonymity and privacy for participants.

Within this virtual space, users are invited to engage in open and unrestricted dialogue, fostering an environment of free speech and uninhibited expression.&#x20;

From casual conversations to lively debates, the chat room serves as a melting pot of diverse perspectives and topics, where individuals can freely discuss anything that piques their interest.

This commitment to anonymity and freedom of expression underscores our dedication to providing a safe and inclusive community space.&#x20;

By removing barriers to entry and embracing the principles of anonymity and free speech, we empower users to engage authentically and contribute meaningfully to the vibrant discourse within the Pamp Da Coin ecosystem.

## Change Nickname

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

In the Pamp Da Coin chatroom, users have the flexibility to personalize their online identity by editing their nickname.&#x20;

This feature allows individuals to craft a unique moniker that reflects their personality and preferences, with a character limit of 12 characters ensuring concise yet expressive choices.

Upon entering the chatroom, users' nicknames are prominently displayed alongside the final four characters of their blockchain address.&#x20;

```
// Chatroom Nickname Format

[Profile name (Max 12 characters) + 4 final characters of address]

Ex: Tommy d2sz
```

This format not only adds a layer of individuality to each participant but also enhances transparency and accountability within the community.


---

# 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.pampdacoin.xyz/wanna-play/chat.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.
