<!DOCTYPE html><htmllang="en"><head><metacharSet="utf-8"/><metahttp-equiv="X-UA-Compatible"content="IE=edge"/><title>Reference · Pluto</title><metaname="viewport"content="width=device-width"/><metaname="generator"content="Docusaurus"/><metaname="description"content="All main concepts are identified via references."/><metaname="docsearch:language"content="en"/><metaproperty="og:title"content="Reference · Pluto"/><metaproperty="og:type"content="website"/><metaproperty="og:url"content="https://status-im.github.io/pluto/index.html"/><metaproperty="og:description"content="All main concepts are identified via references."/><metaname="twitter:card"content="summary"/><linkrel="shortcut icon"href="/pluto/img/favicon.png"/><linkrel="stylesheet"href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"/><scripttype="text/javascript"src="https://buttons.github.io/buttons.js"></script><scripttype="text/javascript"src="/pluto/js/pluto.js"></script><linkrel="stylesheet"href="/pluto/css/prism.css"/><linkrel="stylesheet"href="/pluto/css/main.css"/></head><bodyclass="sideNavVisible separateOnPageNav"><divclass="fixedHeaderContainer"><divclass="headerWrapper wrapper"><header><ahref="/pluto/"><imgclass="logo"src="/pluto/img/logo_white.png"alt="Pluto"/><h2class="headerTitleWithLogo">Pluto</h2></a><divclass="navigationWrapper navigationSlider"><navclass="slidingNav"><ulclass="nav-site nav-site-internal"><liclass=""><ahref="/pluto/docs/Manifesto.html"target="_self">Docs</a></li><liclass=""><ahref="/pluto/examples.html"target="_self">Examples</a></li><liclass=""><ahref="/pluto/try.html"target="_self">Try</a></li></ul></nav></div></header></div></div><divclass="navPusher"><divclass="docMainWrapper wrapper"><divclass="container mainContainer docMainContainer"><divclass="wrapper"><divclass="post"><headerclass="postHeader"><h1class="postHeaderTitle">Reference</h1></header><article><div><span><p>All main concepts are identified via references.</p>
<li>no namespace, defined in the extention definition (e.g. <code>id</code>)</li>
<li>a single segment namespace, exposed by the host (e.g. <code>store/get</code>)</li>
<li>a multi segment namespace, exposed by third party extensions registered via ENS (e.g. <code>my-dapp.eth/id</code> with <code>my-dapp.eth</code> an ENS name)</li>