> For the complete documentation index, see [llms.txt](https://mouflons-organization.gitbook.io/ocb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mouflons-organization.gitbook.io/ocb/digital-identity/markdown.md).

# Members NFT

To become a member of On-Chain Brits you must have come to one of our events. This is to verify you as  a person in Web3.&#x20;

The membership will be in the form of a Soulbound NFT. This NFT will come with various benefits:

### Benefits

1. First access to our monthly events.
2. Special Events and forums with leading people in web3.
3. Annual event (future)&#x20;
4. Partner whitelist, events & token access(airdrops and claims)

The membership will be on an annual basis. Potential members will need to attend an event and get verified. Once verified they will be whitelisted for a Soulbound NFT. On payment the Soulbound NFT will be minted to them automatically through the website. There will be an option on the website to set a calendar reminder to ensure your membership continues. All memberships will be renewed annually on the same date (date to be confirmed).&#x20;

The payment will also take into account the date of the membership and will include the month start payment.&#x20;

### Smart Contract

The Development of the Smart Contract will need to factor in 3 elements:

* **Soulbound NFT** – A non-transferable NFT tied to a single address (identity-bound).
* **Smart Wallet** – The NFT contract has smart contract logic to perform wallet functions (e.g., receive/send tokens, execute transactions).
* **On-chain Art** – All the metadata and art (SVG) are stored directly on the blockchain.

### Technical Feasibility&#x20;

**1. Soulbound NFT**

* Easily implemented using a modified ERC-721 or ERC-1155 where `transferFrom` and `safeTransferFrom` functions are overridden to disable transfers.

**2. NFT as Smart Wallet**

* Possible by deploying an **ERC-6551 (Token-Bound Account)** or a custom smart contract.
* ERC-6551 enables NFTs to act as smart contract wallets (they can hold ETH, tokens, NFTs, etc.).

**3. On-chain Art**

* You can embed art directly in the metadata (e.g., SVG or base64-encoded image).
* Stored within the NFT’s smart contract or a linked on-chain metadata contract.
* Be aware: **storage costs increase with complexity**. SVGs are generally favoured because they are compact and can be manipulated with code.

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

{% hint style="info" %}
Membership is by invitation only. Authentication and credibility is important in fostering a safe and sustainable community&#x20;
{% endhint %}


---

# 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:

```
GET https://mouflons-organization.gitbook.io/ocb/digital-identity/markdown.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.
