Skip to main content

Finschia Archive

This page serves as an archive of information for existing Finschia users, including FNSA token holders, DApp builders, and node operators. As Finschia integrates with Klaytn to form Kaia, this resource now exists as a summary of the key information about Finschia and a subset of the broader Kaia documentation.

About Finschia

Finschia is a Cosmos-SDK-based chain that migrated the state of the former LINE Blockchain Mainnet and launched on December 22, 2022.

Following the approval of Klaytn's KGP-25 and Finschia's FGP-23 on-chain proposals, the two chains are undergoing phased technical integration.

The FNSA token, which is the native (base) coin of the Finschia mainnet, can be converted (swap & bridge) into the KAIA token through the Kaia Portal once it launches with the Kaia Mainnet. KAIA is the native coin of the Kaia Mainnet.

Finschia Specifications

Finschia operates both Mainnet and Testnet environments, each with the following specifications:

CategoryFinschia mainnetEbony testnet
Purpose and usageA real environment where FNSA can be indirectly or directly used in services and the Finschia governance takes placeAn environment for development and testing with the same specifications as the Finschia mainnet
Consensus algorithmOstracon (PBFT + DPoS + VRF)
Chain IDfinschia-2ebony-2
Address prefixlinktlink
Base coinFNSA (FINSCHIA)
• Denom: cony
• Decimal: 6 (1 FNSA = 10^6 cony)
KAIA
• Denom: kei
• Decimal: 18 (1 KAIA = 10^18 kei)
Swap rate
• FNSA:KAIA = 1:148.079656
TFNSA
• Denom: tcony
• Decimal: 6 (1 TFNSA = 10^6 tcony)
KAIA
• Denom: kei
• Decimal: 18 (1 KAIA = 10^18 kei)
Swap rate
• TFNSA:KAIA = 1:148.079656
• KAIA of Ebony testnet is a test coin with no real value.
Key features• Smart contract
• Collection (NFT)
• Delegation
• On-chain governance
Performance• Block confirm time: about 3.3+ seconds
• TPS (transaction per second): 1200

Finschia Developer Resources

Technical information about Finschia can be found in the links below. This list may be updated as needed.

If you cannot find the information you're looking for in these links or need more detailed information, please contact contact@kaia.io.

RepositoryLinkDescription
Official Github repositoryhttps://github.com/Finschia/finschiaIntroduction, installation, connect to mainnet/testnet, interact with Finschia node, endpoint info
Binary releasehttps://github.com/Finschia/finschia/releasesLatest or old version of Finschia binaries with release notes
Finschia-sdkhttps://github.com/Finschia/finschia-sdkA framework for building blockchains based on Finschia forked from cosmos-sdk
Proto-docshttps://github.com/Finschia/finschia-sdk/blob/main/docs/core/proto-docs.mdMessages, Queries, Structs, and Parameters of each module of Finschia
Finschia-kthttps://github.com/Finschia/finschia-ktKotlin SDK for Finschia
Finschia-jshttps://github.com/Finschia/finschia-jsJavascript SDK for Finschia
Ostraconhttps://github.com/Finschia/ostraconConsensus algorithm of Finschia