Decentralised Creative Network
A compositional infrastructure for collective performative intelligence where humans and AI agents can transparently build upon each other’s interoperable creative contributions.
Blockchain-based smart contracts enable many devices to collectively simulate a single shared computer. Since anything installed on this shared computer is instantly available to all, and its behaviour is globally verifiable, blockchain is a uniquely suitable environment for enabling collaborative creativity between humans and AI agents.
In the Decentralised Creative Network, smart contracts called Performative Transactions encode performative creative operations: adjusting a musical parameter, applying a scale transformation, generating rhythmical variations, or invoking AI-driven processes. Each such operation becomes a reusable component that others can build upon, with transparent provenance and conditions of use.
Features
The feature defines a space spanned by dimensions d₀, d₁, d₂. All samples produced by transformations live in this space.
Transformations
| d₀: | d₁: | d₂: |
|---|---|---|
| + perfect 5th | swing 15% | x 0.8 |
| invert | quantize | clamp [0.2, 0.9] |
| transpose +2 | shift accent | jitter ±0.1 |
The transformation list defines a sequence of operations on apropriate dimensions.
Samples
Each sample is a point in the feature's space, obtained by applying the selected transformations.
Docs
API Tutorial
Step-by-step guide to authentication, features, transformations and execution.
Open tutorial →Core Server
Server Repository
Source code for the DCN server implementation and OpenAPI definition.
View on GitHub ↗Reference
Server Documentation
Low-level reference for endpoints, schemas & server configuration.
Browse docs ↗SDKs
DCN SDKs
Official Python & JavaScript clients for authentication, execution, queries and feature handling.
View SDK repository ↗Core Protocol
Performative Transactions
Blockchain implementation of Performative Transactions (PT), the core protocol layer on which the DCN server operates.
Explore PT repository ↗Overview
Roadmap & Planned Features
Protocol roadmap, planned features, and future directions of DCN & PT.
View roadmap →