From 8026bad29be449cab9ea3252db5bca0f64cbadcd Mon Sep 17 00:00:00 2001 From: David <111794534+usr-icon-foundation@users.noreply.github.com> Date: Wed, 15 May 2024 15:58:03 +0200 Subject: [PATCH] f --- components/emergency-fund.js | 2 +- pages/advanced-topics/emergency-fund.mdx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/emergency-fund.js b/components/emergency-fund.js index 706fe8c..96a1001 100644 --- a/components/emergency-fund.js +++ b/components/emergency-fund.js @@ -40,7 +40,7 @@ import { Callout } from "nextra/components";
{emergencyFund && emergencyFund.length > 0 ? ( - The ICON Emergency Fund currently holds {parseInt(emergencyFund[0].balance, 10).toLocaleString()} ICX + The ICON Emergency Fund currently holds {parseInt(emergencyFund[0].balance, 10).toLocaleString()} ICX ) : (

No data available

diff --git a/pages/advanced-topics/emergency-fund.mdx b/pages/advanced-topics/emergency-fund.mdx index 06308cc..106fb66 100644 --- a/pages/advanced-topics/emergency-fund.mdx +++ b/pages/advanced-topics/emergency-fund.mdx @@ -4,6 +4,7 @@ import EmergencyFundComponent from '../../components/emergency-fund' The ICON Emergency Fund is a dedicated reserve established to enhance the security and stability of the ICON network. This fund is designed to protect user assets in the event of unforeseen incidents such as hacks, exploits, or other vulnerabilities that may compromise the integrity of the network. By maintaining a robust emergency fund, ICON aims to foster user trust and ensure the long-term sustainability of its ecosystem. + ### Fund Allocation and Management The ICON Emergency Fund is composed of ICX tokens, which are securely stored and managed by the ICON Validators. The fund's primary purpose is to provide financial compensation to affected parties in the event of security breaches or other incidents that result in asset loss. The allocation and release of funds are governed by a structured decision-making process, ensuring that any disbursement is conducted transparently and with the consensus of the network's validators.