# Overview

The decentralized payment landscape has been plagued by various challenges, deterring mainstream adoption. Complex wallet addresses, varying from one blockchain to another, have hindered the seamless transfer of assets and led to user confusion. Additionally, cross-chain transactions have been difficult, risky, and required users to navigate unfamiliar processes.

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

Addressing this, Fetcch's Identity Layer introduces the concept of Universal Transactional Identities (UTI). This system consolidates diverse blockchain addresses into a unified format, denoted as `username@wallet`. With UTIs, a user might have a singular identity such as "deep\@gnosis" or "mandar\@metamask", facilitating consistent interactions across various blockchains.

This UTI framework doesn't merely simplify the user experience but is underpinned by robust technical architecture, optimizing decentralized transactions and setting a new standard in interoperable digital identities.

**Chains Supported**

Fetcch's indentity layer is catered to a wide range of blockchains including major EVM Chains, Solana, Aptos, SUI, Fuel, Near, and several others.


---

# 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://docs.fetcch.xyz/universal-identity-layer/overview.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.
