Protocol Metadata

Liquid Collective protocol metadata

Liquid Collective protocol smart contracts expose a metadata URI that resolves to an IPFS directory containing resource files about the protocol.

Metadata directory contains different public resources such as:

  • Protocol Terms & Conditions

  • Marketing resources such as Liquid Collective logo pack

  • Security Audits reports

  • etc.

Any user can access the metadata by getting the IPFS URI from the River smart contracts and then retrieving the metadata directory from IPFS.

Below is an example of an RPC call to get Liquid Collective metadata URI using cast

$ cast call 0x8c1BEd5b9a0928467c9B1341Da1D7BD5e10b6549 "getMetadataURI()(string)"
ipfs://QmZrpoUUKZ2n5Pd3EAG38HRHjNh66MRBFMMBqsFUVS6NpB

Last updated