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 Service.
Please review the Terms of Service carefully before using this API. Your use of the API constitutes acceptance of these terms.

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.

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.
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=}")
Be among the first to join our community of developers!
Collaborate, share, and grow together on the DevvE Public Network.
Last updated





