> For the complete documentation index, see [llms.txt](https://whitepaper.valley22.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.valley22.xyz/valley22-by-karma-labs/what-is-a-member-token.md).

# What is a member token

### Member token

Member tokens are a collection of ERC1155-standard tokens on Solana which represents a member’s identity and builds a relationship between a customer and a merchant. The merchant is not merely the place where people visit, relax, and imbibe, it’s a space where people enjoy their favorite meals, celebrate a big day and build connections with the owner or a fellow patron. It’s the place where people experience life.

### Proof of Membership (PoM)

Member token is the interaction between the holder and the merchant in a web3 era. Token holders can enjoy special services through their proof of membership. As a customer, you can experience VIP-only service, earn more tokens through purchasing, as well as build strong relationship with the merchant. Karma lab aims to aid in building a consumer-centric experience in web3, assisting merchants in connecting to their 1000 most loyal members \[[1](https://kk.org/thetechnium/1000-true-fans/)] and attracting new customers by providing the exclusivity of a unique, VIP member.

1. Present your membership token for VIP-only service
2. Earn additional tokens by eating and drinking at the participating merchants
3. Forge strong bonds with a favored merchant

### Consumer experience with member tokens

Member tokens are non-fungible tokens (NFTs) representing a consumer's purchase history and loyalty to a particular merchant. With this NFT the consumer experience is as follows:

1. Customer arrives at the merchant.
2. Through presenting the member token, a customer can receieve VIP-only service
3. Purchasing or interacting with the merchant can create additional tokens.
4. Members tokens can be traded within NFT marketplaces.


---

# 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://whitepaper.valley22.xyz/valley22-by-karma-labs/what-is-a-member-token.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.
