What are CIPs?
CIPs are design documents providing information to the Canton community, describing new features, processes, or standards for Canton Network.Why CIPs Matter
CIPs ensure that:- Changes are discussed openly before implementation
- Standards enable interoperability
- The community has input on network evolution
- Decisions are voted on and then documented for reference
Key CIPs
CIP-0056: Canton Network Token Standard
The token standard defines interfaces for fungible tokens on Canton Network.
GitHub: CIP-0056
Key features:
- Standard holding representation
- Consistent transfer semantics
- Pre-approval support for advanced workflows
- Allocation patterns for multi-step transfers
CIP Process
Lifecycle
Who Can Propose
CIPs can be proposed by:- Super Validators
- Community members
- Development teams
- Ecosystem participants
Implementing CIPs
For Application Developers
When building applications, consider relevant CIPs:Example: Token Standard Implementation
Finding CIPs
Contributing to CIPs
To propose or contribute to CIPs:- Review existing CIPs to understand the format
- Discuss informally in community channels
- Write a draft following the CIP template
- Submit for review via the appropriate process
- Iterate based on feedback
Next Steps
Token Standard
Implement the Canton Token Standard.
CIP Repository
Browse all CIPs on GitHub.