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

# MetaTed Labs

The MetaTed Labs team is building a seamless integrated **platform** that utilizes a combination of oAuth and NFT collections, currently on the [Solana network](https://solana.com/), to authenticate and authorize users to utilize the platform. \
\
The team's goal is into onboarding multiple users that we can create value for ([benefits](/metated-labs/membership-benefits.md)). We strive to provide opportunities for members to engage in different interactive features of the  platform such as social media services, building and grow communities, access to mints **(exclusive to NFT holders)**, NFT upgrades **(exclusive to NFT holders),** and earn rewards from the **Gaming** and **Studio** applications.

#### User Accounts \[TBA]

1. Free Login Accounts - Gives users access to [free services](/metated-labs/membership-benefits.md).
2. Subscription Accounts - Gives users access to [paid services](/metated-labs/membership-benefits.md).

#### NFT collections

There are 2 NFT collections, with each having its own ACLs, that provide users the ability to utilize the platform:

1. <mark style="color:purple;">MetaTeds (Main Collection) - Lifetime subscription</mark>
2. <mark style="color:purple;">MetaHead (Beta NFT) - Beta Subscription</mark>


---

# 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://metated-labs.gitbook.io/metated-labs/metated-labs.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.
