Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 2.02 KB

File metadata and controls

45 lines (36 loc) · 2.02 KB

+++ title = "Azimuth"

[glossaryEntry.azimuth] name = "azimuth" symbol = "" usage = "azimuth" desc = "Urbit's identity layer, built as a suite of smart contracts on the Ethereum blockchain."

+++

Azimuth is Urbit's identity layer, built as a suite of smart contracts on the Ethereum blockchain and several apps run locally on your ship. It is Urbit's method of securing digital identities that are required to use the Arvo peer-to-peer network, without the need for a central authority. Azimuth identities exist as non-fungible tokens, which are owned by Ethereum addresses and can be transferred between such addresses. Identities can use the claims contract to make assertions – real-world or otherwise – about their owner.

The primary way to interact with Azimuth and to manage your identities is through our Bridge application. Bridge is a front-end for Ecliptic, the Azimuth contract that's used to perform actions on the blockchain.

There are a limited number of Azimuth identities which results in identities having value. This allows for identities to function as reputation primitives, since such scarcity creates an economic incentive for identities to remain static and to keep the network friendly. Undesirable behavior – spamming, scamming, and malware-spreading - will generally result in a censure from galaxies and stars, marking the bad actor.

It should be noted that Azimuth isn't built just for Arvo. It can be used as an identity system for other projects.

Further Reading