Explore the modular architecture of the Furya Chain, powered by Cosmos SDK.
airdrop
module supports secure and reliable cross-chain aidrops, essential for interoperability with other blockchains in the Cosmos network by allowing allocated airdrops to different network addresses, either from genesis or through an allocation set by an admin. Users with an airdrop allocation can send address ownership verification signature to receive airdrop.
The blockchain networks supported are: solana, evm, cosmos, osmosis, juno, terra.
auth
module defines how accounts are stored within the blockchain and how transaction signers are authenticated. It is crucial for managing user identities and ensuring secure transactions across the network.
bank
module allows users to send and receive the $FURY token and other assets. This module is fundamental for transactional operations within the Furya ecosystem.
governance
module enables $FURY token holders to propose, discuss, and vote on changes to the blockchain’s protocols. This module is vital for ensuring that Furya Chain remains a decentralized and community-driven project.
slashing
is used to discourage any dishonest behavior by validators. It defines penalties for offenses like double signing or downtime, helping maintain the network’s integrity.
Intertx
module supports secure and reliable cross-chain transactions, essential for interoperability with other blockchains in the Cosmos network. This expands the reach and capabilities of Furya Chain, allowing it to interact and exchange data with a multitude of other chains.