# NFTs

## :warning: TESTNET

## Hotspot Device NFT

Playground - <https://dabba-onchain-mvp.vercel.app/dabba>

The Hotspot Device NFT represents a physical wifi router currently deployed in a customer premise IRL. The  cNFT standard implementation - <https://github.com/solana-foundation/developer-content/tree/main/content/courses/state-compression>\
\
\
NFT Example

| Attribute     | Type                                                                                     |
| ------------- | ---------------------------------------------------------------------------------------- |
| Solscan link  | <https://solscan.io/token/J1pJnQiijQacgbMfRzV5wHpbrcNc5djRLVyZXKKHPJuu?cluster=devnet>   |
| Explorer link | <https://explorer.dabba.network/hotspots/690c50039973e567247c5535>                       |
| PDA address   | <https://solscan.io/account/4aJU9oE3hWagcyPwkQMBZuWe9cZjm9bMwAdNA5NWHV1E?cluster=devnet> |

## Hotspot Owner NFT

TBA<br>

## LCO Partner NFT

Playground -  <https://dabba-onchain-mvp.vercel.app/lco>

The LCO partner NFT represents the Local cable operator whose responsibility is to install, maintain and service wifi hotspots IRL. The  cNFT standard implementation - <https://github.com/solana-foundation/developer-content/tree/main/content/courses/state-compression>

The NFT and it's PDA will contain real world verifiable metadata on the LCO such as:\
1\. LCO company registered name\
2\. Lat/Long location of LCO headquarters\
3\. Official Indian Goods & Services Tax number\
4\. Current size of network\
5\. Owner wallet address\
6\. Hotspot Device NFT link

| Attribute     | Type                                                                                     |
| ------------- | ---------------------------------------------------------------------------------------- |
| Solscan link  | <https://solscan.io/token/Goxpo6VQJmSq1KozTdViUDTRRqv77ChB3vRYRnn1XFew?cluster=devnet>   |
| Owner address | <https://solscan.io/account/FQc7zD1G9penh8kUMXNbhqWqetgjgpXHXWnKY6PCm1VH?cluster=devnet> |


---

# Agent Instructions: 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://gitbook.dabba.network/onchain-data/nfts.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.
