

The first DAO period
Build with Dash. Fast, Private, Decentralized
Money without borders: moving it instantly, transparently, conveniently, and almost for free
The first DAO period
The Protocol.The Trust. The Core.
Session 1

News
What's NewWith Dash

Spotlight
John Doe
Learn More About Dash Pay

The first DAO period
More ThanA Coin. A DAO.
Build with Dash
The Future of Money
Marking a major milestone in the evolution of the Dash network, start experimenting with Dash Platform by connecting to testnet, our public testing environment.
Transaction speed1 sec
Cost per transaction<$0.01
Stable operation
since January
2014
One of the 1st and longest running
DAOs
Optional
privacy


The first DAO period
93.58$
5.95% (+$2.08) month
Passive income
for node owners
Self-financing
through Dash
DAO
Active community

Instant &
secure
transactions
Unique opportunities
for developers
Restricted
issue:
18,900,000
For DevelopersGet to know Dash ecosystem better
Get to know Dash ecosystem better
Python, JS, Go
API & SDK

Docker, CLI
Nodes

Dash Platform
Smart-Contracts

Faucet, Explorer
Testnet

const { dashPlatform } = window
const { identity } = await dashPlatform.connect()
const doc = await dashPlatform.documents.create(
'note', { message: 'Hello Dash!' }
)
await dashPlatform.signAndBroadcast(doc)