.me URI Scheme (v1)
Learn about the .me URI Scheme, a semantic, sovereign, and distributed addressing protocol for personal identity and mesh networks, and how to use it to address resources in a decentralized manner
- Understand the main scheme of the .me URI: me://[namespace][selector]/[path]
- Define the namespace to represent the canonical identity
- Use the selector to define how to resolve the expression in the mesh, such as targeting a specific surface or broadcasting to all surfaces
- Specify the path to address a specific resource, such as a profile or a chat room
- Test the .me URI Scheme with official examples, such as me://jabellae.cleaker.me/profile or me://jabellae.cleaker.me[surface:iphone]/runtime.battery
Developers and engineers working on decentralized systems, mesh networks, and personal identity management can benefit from understanding the .me URI Scheme to design and implement more efficient and secure addressing protocols
💡 The .me URI Scheme provides a flexible and secure way to address resources in a decentralized manner, enabling new use cases for personal identity and mesh networks
Introducing the .me URI Scheme: a decentralized addressing protocol for personal identity and mesh networks #meURI #decentralized #meshnetworks
Key Takeaways
Learn about the .me URI Scheme, a semantic, sovereign, and distributed addressing protocol for personal identity and mesh networks, and how to use it to address resources in a decentralized manner
Full Article
URL Source: https://medium.com/@neurons.me/me-uri-scheme-v1-0ada773dd704?source=rss------programming-5
Published Time: 2026-04-12T06:54:39Z
Markdown Content:
# .me URI Scheme (v1). A semantic, sovereign, and distributed… | by neurons.me | Apr, 2026 | Medium
[Sitemap](https://medium.com/sitemap/sitemap.xml)
[Open in app](https://play.google.com/store/apps/details?id=com.medium.reader&referrer=utm_source%3DmobileNavBar&source=post_page---top_nav_layout_nav-----------------------------------------)
Sign up
[Sign in](https://medium.com/m/signin?operation=login&redirect=https%3A%2F%2Fmedium.com%2F%40neurons.me%2Fme-uri-scheme-v1-0ada773dd704&source=post_page---top_nav_layout_nav-----------------------global_nav------------------)
[](https://medium.com/?source=post_page---top_nav_layout_nav-----------------------------------------)
Get app
[Write](https://medium.com/m/signin?operation=register&redirect=https%3A%2F%2Fmedium.com%2Fnew-story&source=---top_nav_layout_nav-----------------------new_post_topnav------------------)
[Search](https://medium.com/search?source=post_page---top_nav_layout_nav-----------------------------------------)
Sign up
[Sign in](https://medium.com/m/signin?operation=login&redirect=https%3A%2F%2Fmedium.com%2F%40neurons.me%2Fme-uri-scheme-v1-0ada773dd704&source=post_page---top_nav_layout_nav-----------------------global_nav------------------)

# .me URI Scheme (v1)
[](https://medium.com/@neurons.me?source=post_page---byline--0ada773dd704---------------------------------------)
[neurons.me](https://medium.com/@neurons.me?source=post_page---byline--0ada773dd704---------------------------------------)
2 min read
·
1 hour ago
[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Fvote%2Fp%2F0ada773dd704&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40neurons.me%2Fme-uri-scheme-v1-0ada773dd704&user=neurons.me&userId=77049a2abfeb&source=---header_actions--0ada773dd704---------------------clap_footer------------------)
--
[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Fbookmark%2Fp%2F0ada773dd704&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40neurons.me%2Fme-uri-scheme-v1-0ada773dd704&source=---header_actions--0ada773dd704---------------------bookmark_footer------------------)
[Listen](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2Fplans%3Fdimension%3Dpost_audio_button%26postId%3D0ada773dd704&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40neurons.me%2Fme-uri-scheme-v1-0ada773dd704&source=---header_actions--0ada773dd704---------------------post_audio_button------------------)
Share
A semantic, sovereign, and distributed addressing protocol for personal identity and mesh networks.
### Main Scheme
me://[namespace][selector]/[path]
### Formal Rules
**Scheme**me:// — Required. Identifies this as a .me URI.
**Namespace**
[a-z0–9._-]+ — Optional.
Example: jabellae.cleaker.me
Represents the canonical identity. If omitted, it defaults to local context.
**Selector***
Optional. Defines how to resolve the expression in the mesh.
Supported formats:
- `**[surface:iphone]**` — Target a specific surface
- **`[]`** — Broadcast to all surfaces
- **`[current]`** — Current surface only
- **`[claim:7f3k9p]`** — Special claim operation
**Path**Any semantic path — Optional.
Examples: `profile`, `wallet.balance`, `chat/general`
### Official Examples
**Public Profile**`me://jabellae.cleaker.me/profile`
**Broadcast to all surfaces**`me://jabellae.cleaker.me[]/chat`
**Specific Surface**`me://jabellae.cleaker.me[surface:iphone]/runtime.battery`
**Claim New Surface**`me://jabellae.cleaker.me[claim:7f3k9p]/new-surface`
## Get neurons.me’s stories in your inbox
Join Medium for free to get updates from
DeepCamp AI