# zMetaBoard

## **Transparent data accessible to the world**

zMetaBoard is a transparent, fully accessible analytics dashboard that displays all Zam.io platform information.&#x20;

Our promise to our users is to be open and transparent. We want to empower our community with information by making it accessible to everyone. From the number of assets locked in escrow accounts to assets circulating our ecosystem and the number of assets backing our stablecoins, all our data and audits will be displayed in an understandable, accessible dashboard for anyone to monitor. By just looking at a universal dashboard, users see a clear picture of the entire Zam.io platform analytics.

## Visualization

Behind the scenes, zMetaBoard transforms difficult-to-access data into human-readable visuals.

Data will be presented in tables, graphs, and charts. Visualizations take the results of a query and present the information in a clear & precise way.

<figure><img src="https://1198636581-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYnTw97BuvUvkDBvgt8%2Fuploads%2FD0npDqHhohU0KxUBK5EV%2FzMetaboard.png?alt=media&#x26;token=78f9a4b4-ad1a-4394-83fc-4380f37a1fd6" alt=""><figcaption></figcaption></figure>

### Head panel

The head panel will contain ZAM token information about total liquidity, volume, referrer reward, and supply for all networks and segregate by blockchains. &#x20;

<figure><img src="https://1198636581-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYnTw97BuvUvkDBvgt8%2Fuploads%2FCEaTygTxJUq6fAXj5ARd%2FzMetaboard%20(1).png?alt=media&#x26;token=a9f22791-a911-4654-a580-0e61be379455" alt=""><figcaption></figcaption></figure>

### **Body panel**

Users will be able to monitor all current and past data of ZAM token circulation, transfer count and etc. The information will be displayed in graphs and charts with an intuitive interface for users. Each graph is expandable for detailed data.

<figure><img src="https://1198636581-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYnTw97BuvUvkDBvgt8%2Fuploads%2FnNFd9Y6QMZuSaFZLafnd%2FFrame%2010827.png?alt=media&#x26;token=ab3c539b-365f-4ed4-a10a-b85b2db97325" alt=""><figcaption></figcaption></figure>

### **The Graph**

zMetaBoard is based on The Graph Network. The Graph is an indexing protocol for querying networks like Ethereum and IPFS. The Graph provides efficiently query blockchain data without relying on a centralized service provider.&#x20;

All data is stored and processed on open networks with verifiable integrity. The Graph makes querying this data fast, reliable, and secure.

![](https://1198636581-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYnTw97BuvUvkDBvgt8%2Fuploads%2FgFaTpZRbjdQJZiFjxubr%2FScreenshot%202021-10-29%20172239.png?alt=media\&token=2314e26e-0408-496a-80ec-bae82131596b)

## **API and Data Structures**

zMetaBoard is accessible to anyone registered at the Zamzam ecosystem. Specific detailed information is accessible to $ZAM token holders. The data on zMetaBoard is segregated by blockchain networks: **ETH** and **BSC** networks. The list below is the list of structures with their description and blockchain network belonging. Most of the structures contain historical data. For actual data`singeltone` ID should be used. External projects can connect with zMetaBoard via a publicly available API.&#x20;

* **Total Supply -** total number of issued tokens. Belonging: **ETH** and **BSC.**&#x20;
* **Circulation Supply -** total number of tokens in circulation. Belonging: **ETH** and **BSC.**&#x20;
* **Value Locked -** total number of locked tokens. Belonging: **ETH** and **BSC.**&#x20;
* **Transfer Count -** total number of transfer transactions and their volumes. Belonging: **ETH** and **BSC.**&#x20;
* **Vester -** this structure is used for tracking vesters’ data. Each record contains vester’s address, balance and its smart-contract’s address. Belonging: **ETH** and **BSC.**
* **Vester Count -** total number of vesters and number of tokens in vesting. Belonging: **ETH** and **BSC.**
* **Transaction Count -** total number of transactions with ZAM token's smart-contract. Belonging: **ETH** and **BSC.**
* **Holder -** is used for tracking holders’ data. Each record contains the holder’s address, balance and number of transactions. Belonging: **ETH** and **BSC.**
* **Holder Count -** total number of holders. Belonging: **ETH** and **BSC.**
* **Participant -** a participant is a person who currently has zero ZAM tokens on balances, but has operations with them. this structure is used for tracking participants’ data. Each record contains the participant’s address, number of transactions. Belonging: **ETH.**
* **Participant Count -** total number of participants. Belonging: **ETH.**
* **Bridge -**  contains data of bridge: total volume, the total number of tokens transferred to BSC and to ETH. Belonging: **ETH.**
* **BridgeETH -** data of bridge from Ethereum’s side. This means it only contains a number of tokens transferred from BSC to ETH. Belonging: **ETH.**
* **BridgeBSC -** data of bridge from BSC’s side. This means it only contains a number of tokens transferred from ETH to BSC. Belonging: **BSC.**

Values of Total Supplies, Tokens in Circulation and Blocked, Balances should be divided by 10\*\*18 for request.

**Graphs:**

ZamGraph in ETH <https://api.thegraph.com/subgraphs/name/zambit/zamgraph>

ZamGraph in BSC <https://api.thegraph.com/subgraphs/name/zambit/zamgraphbsc>&#x20;

**Playground for requests:**

ZamGraph in ETH <https://thegraph.com/legacy-explorer/subgraph/zambit/zamgraph>

ZamGraph in BSC <https://thegraph.com/legacy-explorer/subgraph/zambit/zamgraphbsc>

**Graph QL API** <https://thegraph.com/docs/developer/graphql-api> <br>
