The DevvE Network Documentation

The DevvE Public Network delivers what no other blockchain has achieved: truly instant, deterministic settlement with zero counterparty risk, full self-custody, and built-in protection against fraud, theft, and loss.

The DevvE Network (Testnet) is now live!

IMPORTANT: By accessing or using the Devvio DevvE Testnet API, you agree to be bound by the Devvio DevvE Testnet Terms of Servicearrow-up-right.

Please review the Terms of Service carefully before using this API. Your use of the API constitutes acceptance of these terms.

Cover

Mathematically Instant Settlement (MIS) + Contingent Transaction Sets (CTS)

Transactions on the DevvE Network are bound and finalized the instant they execute. CTS ensures all sides of a trade settle deterministically, while MIS guarantees true finality at that exact moment in time, effectively removing counterparty risk.

Cover

Privacy, Fraud, Theft & Loss Protection

In-built safeguard "DevvProtect" creates user-defined recovery options, ensuring only authenticated recovery instructions reach finality, delivering self-custody with the same confidence once provided by intermediaries, but without ever giving up control.

Simple RESTful API Integration

Lowering the barrier to digital finance for 30 million web developers. Build compliant, self-custodial applications with a simple RESTful API, at a fraction of the cost of legacy rails.

No blockchain experience required.

rocket-launchGet started! rocket-launchAPI Reference

Example: Check a Transaction Status:
status_body = {
    "receiptUris": [receipt_uri],
    "apikey": apikey,
}
res = requests.post(f"{shard_url}/core/transactions/status", json=status_body, headers=request_headers)
if res.ok:
    print(res.json())
else:
    print(f"{res=}")

Partner with Us

Bring the power of DevvExchange, our DeFi lending & borrowing, DevvISE liquidity caches, and payment solutions directly to your tokenized assets. Partner with us for direct services integrations, or to design a custom enterprise solution tailored to your business.

handshake-simplePartnership Inquiry

Explore the DevvE Network

Discover the DevvE Network, the public access layer of the DevvEcosystem. Start building today on the free Testnet, explore asset creation and transactions, and see what’s coming with Staging and Mainnet.

book-openWhat is the DevvE Network?

Be among the first to join our community of developers!

Collaborate, share, and grow together on the DevvE Public Network.

Last updated