> For the complete documentation index, see [llms.txt](https://kik-chat.gitbook.io/kik-chat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kik-chat.gitbook.io/kik-chat/introducing-usdkik-chat/core-features.md).

# Core Features

1\. Wallet-to-Wallet Messaging

\- Connect and chat directly using cryptocurrency wallets (e.g., MetaMask, WalletConnect, Coinbase Wallet, Phantom, etc.).

\- No email or phone number required—just authenticate with your wallet and dive in.

\- Cross-chain support for major blockchains like Ethereum, Solana, and Polygon.<br>

2\. End-to-End Encryption

\- Messages are encrypted with state-of-the-art protocols to ensure privacy and security for all users.

\- Minimal metadata collection to protect user activity from prying eyes.<br>

3\. Web-Based Chat App

\- A sleek, browser-based app that works on desktop and mobile, no downloads needed.

\- Fast, responsive, and accessible to anyone with a wallet and an internet connection.<br>

4\. DApp Integration Toolkit

\- A powerful SDK and API suite for DApps to embed Kik Chat into their platforms.

\- Examples: NFT marketplaces enabling direct buyer-seller chats, DAOs hosting member discussions, or gaming platforms adding player communication.<br>

5\. Web2 Simplicity, Web3 Power

\- Familiar features like group chats, typing indicators, and media sharing.

\- Web3 enhancements like wallet-based identities, NFT avatars, and tokenized incentives.


---

# 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://kik-chat.gitbook.io/kik-chat/introducing-usdkik-chat/core-features.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.
