Documentation Index
Fetch the complete documentation index at: https://core.anylayer.org/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The ZKScore Protocol Registry emits events for protocol registration, updates, data provider changes, and user integrations. These events enable real-time monitoring of the protocol ecosystem.Protocol Events
ProtocolRegistered
Emitted when a new protocol is registered.protocolId(uint256 indexed): Protocol identifiername(string): Protocol nameprotocolType(ProtocolType): Protocol type
ProtocolUpdated
Emitted when protocol configuration is updated.DataProviderAdded
Emitted when a data provider is added.UserIntegrated
Emitted when a user integrates with a protocol.Best Practices
- Monitor Registrations: Track new protocol additions
- Cache Data: Cache protocol metadata
- Filter Events: Use indexed parameters for filtering
- Analytics: Build analytics from event data
Related Documentation
- Contract Overview - Contract architecture
- Functions Reference - Function documentation
- Integration Guide - Integration examples