Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
usr-icon-foundation committed May 15, 2024
1 parent 5880f4c commit 8026bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/emergency-fund.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { Callout } from "nextra/components";
<div className="flex flex-col space-y-3">
{emergencyFund && emergencyFund.length > 0 ? (
<Callout type="info" emoji="💡">
The ICON Emergency Fund currently holds <span className='px-2 py-1 font-bold border rounded-full border-blue-950/60 '>{parseInt(emergencyFund[0].balance, 10).toLocaleString()} ICX</span>
The ICON Emergency Fund currently holds <span className='px-2 py-1 font-bold border rounded-full border-blue-950/60 dark:border-blue-400'>{parseInt(emergencyFund[0].balance, 10).toLocaleString()} ICX</span>
</Callout>
) : (
<p>No data available</p>
Expand Down
1 change: 1 addition & 0 deletions pages/advanced-topics/emergency-fund.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<EmergencyFundComponent />

### 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.
Expand Down

0 comments on commit 8026bad

Please sign in to comment.