OKX Delivers Audit-Ready ESG Report in 4 Weeks with Coral

OKX, one of the world’s largest cryptocurrency exchanges, partnered with Coral to fast-track a comprehensive ESG disclosure aligned with the Virtual Assets Regulatory Authority (VARA), GHG Protocol, and GRI standards. Facing a tight regulatory deadline, Coral delivered a full audit-ready report in under four weeks, covering 100% of material Scope 1, 2 and 3 emissions, including blockchain transactions and staking.

By leveraging Coral’s automated data intelligence platform, OKX replaced manual, fragmented tracking with a scalable, efficient system that ensures ongoing compliance and transparency. The result: a rapid ESG transformation that positioned OKX as a pioneer in digital asset sustainability.

Download Case Study

Access the case study

Thank you! Your case study will be downloaded shortly.
Oops! Something went wrong while submitting the form.
document.addEventListener('DOMContentLoaded', function() { const form = document.querySelector('.form-wrapper form'); if (!form) return; form.addEventListener('submit', function() { // Wait for Webflow submission to complete setTimeout(function() { const fileUrl = 'https://cdn.prod.website-files.com/66d1ae2288987b70d8ee4f0b/68fa9389dd6daf10e2ed2de9_OKX%20-%20Case%20Study%20(3).pdf'; // Fetch the PDF file as a blob fetch(fileUrl) .then(response => response.blob()) .then(blob => { const blobUrl = window.URL.createObjectURL(blob); const link = document.createElement('a'); link.href = blobUrl; link.download = 'OKX-Case-Study.pdf'; // This line forces the download document.body.appendChild(link); link.click(); link.remove(); window.URL.revokeObjectURL(blobUrl); }) .catch(err => console.error('Download failed:', err)); }, 1000); }); });