# Identity Aggregation Layer

As an identity aggregator, MYID focuses on providing credible and accurate aggregated identity data. So in this layer MYID network does two things: 1. Get the analyzed identity data from the Address Analysis Layer and prove data consistency. 2. Aggregate cross-platform identity data and calculate an Identity Score based on the provided Identity Scoring Algorithm from WASM Smart Contract. Thus, an address may get its accreditation score according to its historical activity data in different networks, e.g. Ethereum, Polkadot, BSC, and more.

The Identity Aggregation Layer mainly accomplishes 4 goals:

1\. Interoperability — resolve arbitrary identity data

2\. Composability — customizable combination of identity info and compute identity score

3\. Privacy — protect user data from unauthorized third parties

4\. Security — guarantee network availability and prevent attacks

The **MYID** Runtime and the TEE sidechain make up such attributes for the identity aggregation service.


---

# 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://globalweb.gitbook.io/myid/introduction/data-in-myid/identity-aggregation-layer.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.
