Stellar is an open network for storing and carrying money.
Stellar
Stellar is an open-source network for currencies and payments. Stellar makes it possible to create, send and trade digital representations of all forms of money—dollars, pesos, bitcoin, pretty much anything. It’s designed so all the world’s financial systems can work together on a single network.
Stellar has no owner; if anything it’s owned by the public. The software runs across a decentralized, open network and handles millions of transactions each day. Like Bitcoin and Ethereum, Stellar relies on blockchain to keep the network in sync, but the end-user experience is more like cash—Stellar is much faster, cheaper, and more energy-efficient than typical blockchain-based systems.
What is Stellar for?
The Stellar network launched in 2015. Since then it’s processed more than 450 million operations made by over 4 million individual accounts. Large enterprise companies and companies as small as single-dev startups have chosen Stellar to move money and access new markets.
From the beginning, Stellar has been cryptocurrency-adjacent, but the software has always been intended to enhance rather than undermine or replace the existing financial system. Whereas, say, the Bitcoin network was made for trading only bitcoins, Stellar is a decentralized system that’s great for trading any kind of money in a transparent and efficient way.
The Stellar network has a native digital currency, the lumen, that’s required in small amounts for initializing accounts and making transactions (you can read more about that here) but, beyond those requirements, Stellar doesn’t privilege any particular currency. It’s specifically designed to make traditional forms of money—the money people have been spending and saving for centuries—more useful and accessible.
For example, here’s what you can do with Stellar. You can create a digital representation of a U.S. dollar—on Stellar you’d call this a “dollar token”—and you can tell the world that whenever someone deposits a traditional dollar with you, you’ll issue them one of your new tokens. When someone brings that “dollar token” back to you, you promise to redeem it in turn for one of the regular dollars in that deposit account. Essentially, you set up a 1:1 relationship between your digital token and a traditional dollar. Every one of your tokens out in the world is backed by an equivalent deposit. So while people hold the tokens, they can treat them just like traditional money, because they know that they’re exchangeable for traditional money in the end.
This might seem unexceptional—issuing electronic credits for dollars is basically what any local American bank does thousands of times a day. But in a global system this 1:1 promise of a token for a currency has important implications. For instance, no matter how a token moves through the economy, the underlying dollars never leave that bank account in the United States. So suppose someone loans their tokens to someone else, who then uses them to buy a car. No bank has to settle the purchase or approve the loan. And furthermore, it doesn’t matter if the seller of the car lives in Mexico or Singapore or anywhere, they can still own the tokens and can trade them however they please. The Stellar network makes money borderless.
Digital dollar tokens also mean people all over the world can own, buy, and sell the value of a dollar without themselves having a U.S. bank account. A Venezuelan can hold some of his family’s net worth in dollars. A Filipino expat can send dollars back home, and the recipient can hold them, safely and digitally, until she’s ready to exchange. An American company can pay a Mexican vendor in dollars, and the vendor can pay its suppliers in turn, with a five-second, rather than a five-day, wait to settle. Because the dollars represented by the digital token never actually move as the value changes hands, these transactions sidestep the friction and expense of the current banking system.
This exact dollar token example is in fact live on Stellar right now, implemented by a company called AnchorUSD—thousands of dollars of value moves quickly and cheaply through their USDx token each day. Of course, Stellar works for any currency, not just dollars. And when you add peso tokens, naira tokens, yuan tokens, pound tokens, bitcoin tokens, euro tokens and everything else, you have a truly unified monetary system that keeps the best parts of what exists today.
Who builds on Stellar?
For end-users, Stellar is a fast, efficient network for trading, saving, and spending digital money. For builders, it’s open financial infrastructure. Anyone can access it; there’s no permission or application needed. That basket of currency tokens we just mentioned, those are on the network, ready to use. Ar euros, bitcoins, dollars, Mexican pesos, Argentinian pesos, Brazilian reais, and Nigerian naira. Their respective issuers handle deposit, redemption, and compliance, so builders can focus on end-user experience. This same openness also applies to the token layer: a financial institution can issue new digital tokens to fill a market need, say, for the Swiss Franc, without joining a proprietary “association” or dealing with a gatekeeper. The total power of Stellar grows with each new company and developer.
The ongoing development of the basic Stellar technology is guided and supported by the Stellar Development Foundation, a non-profit company based in the U.S. The Foundation helps maintain Stellar’s codebase, supports the engineering and business communities around Stellar, and is a speaking partner to regulators and institutions. The Foundation has no shareholders, so it can be purely dedicated to the success of Stellar as a neutral, equitable, and public network.
Transparency is a tenet of the network. Stellar’s code is open-source and available to anyone’s audit or contribution. Many of SDF’s current employees were first inspired to get involved with the technology in their free time or for their own projects.
How does Stellar work?
At the lowest level, Stellar is a system for tracking ownership. Like accountants have for centuries, it uses a ledger to do so, but Stellar’s innovation is that there is no actual accountant. Instead there’s a network of independent computers each checking and rechecking the work of the others. Stellar is a system without a central authority—meaning no one can stop the network or secretly adjust the numbers to his liking—yet even without a central authority the ledgers are verified and updated, every five seconds.
A unique algorithm, called the Stellar Consensus Protocol (SCP), keeps everything in sync. There are many ways to get agreement across a decentralized system—Bitcoin’s visionary proof-of-work method was the first and is still the most famous. But, like many first drafts, proof-of-work left room for improvement. SCP strives to be better by being configurable, fast, and highly energy efficient.
For every account holder, Stellar’s ledger stores two important things: what they own (account balances, like “100 pesos tokens” or “5000 lumens”) and what they want to do with what they own (operations, like “sell 10 dollar tokens for 50 lumens” or “send 100 peso tokens to such-and-such account”.) Every five seconds, all the balances and all the operations are broadcast to the entire network and resolved.
The computers that run the core Stellar software and therefore publish and check the ledger are called nodes. So, when you send someone a euro token on a Stellar-built app, the nodes check that the correct balances were debited and credited, and each node makes sure every other node sees and agrees to the transaction. The current Stellar network is verified by hundreds of nodes across the globe; the nodes and how they communicate is public information, and anyone can install the Stellar software and join the consensus process. This is different than how accounting works at, say, a bank, where a single corporation unilaterally decides what happens, more or less in secret.
Right above this core layer sits a powerful API so that to build on Stellar you don’t have to understand the particulars of distributed consensus. Simple, well-documented functions allow you to move new digital money using models that you’re used to. It’s very easy to trade tokens between accounts, make markets, and issue assets.