We're excited to announce a major update to the Centrifuge protocol. This release includes significant improvements to security, performance, and developer experience. Here's everything you need to know about the latest changes.
What's New in This Release
Multi-Chain Liquidity Pools
Deploy and manage liquidity pools across Ethereum, Base, Arbitrum, and more from a single interface. Assets flow seamlessly between chains with unified accounting.
Enhanced NAV Calculation
Real-time Net Asset Value calculations with improved oracle integration. Get accurate pricing data with sub-minute latency.
Institutional Reporting Suite
Generate compliance-ready reports including daily NAV statements, investor allocations, and transaction histories in standard formats.
Security Improvements
Security is our top priority. This release includes several important security enhancements:
- Enhanced Access Controls: Granular permission system for pool administrators, investors, and service providers
- Audit Completion: Comprehensive audit by Trail of Bits covering all new protocol features
- Bug Bounty Expansion: Increased rewards and expanded scope for our Immunefi bug bounty program
- Emergency Response: Improved circuit breaker mechanisms for rapid response to potential issues
Developer Experience
We've made significant investments in developer tooling to make building on Centrifuge easier than ever:
New SDK Features
The Centrifuge SDK now includes comprehensive TypeScript support, improved error handling, and new helper functions for common operations:
// Initialize pool with new configuration options
const pool = await centrifuge.pool({
poolId: '0x...',
network: 'ethereum',
options: {
multicall: true,
caching: { ttl: 60 }
}
});
// Get real-time pool metrics
const metrics = await pool.getMetrics();
console.log(metrics.totalAssets, metrics.nav);
GraphQL API Enhancements
Our GraphQL API now supports subscriptions for real-time updates, improved filtering capabilities, and better pagination for large datasets.
Performance Optimizations
This release includes substantial performance improvements across the stack:
- 50% Faster Indexing: Improved subgraph performance for quicker data availability
- Reduced Gas Costs: Optimized smart contracts reduce transaction costs by up to 30%
- CDN Integration: Static assets now served from global edge locations for faster load times
"This update represents months of work from our engineering team, focused on making Centrifuge the most robust and developer-friendly RWA protocol."
Migration Guide
Existing integrations should continue to work without changes. However, we recommend updating to the latest SDK version to take advantage of new features and performance improvements.
For detailed migration instructions and API documentation, visit our developer portal.
What's Next
This release lays the groundwork for exciting features on our roadmap, including:
- Native integration with additional L2 networks
- Advanced analytics dashboard for pool managers
- Automated compliance workflows
- Enhanced investor onboarding tools
Start Building Today
Explore our documentation and start integrating with Centrifuge.
View Documentation