Skip to content

Commit

Permalink
Merge pull request #113 from scott-klaytn/add-historical-pricing-faq
Browse files Browse the repository at this point in the history
Add FAQ entry for historical pricing
  • Loading branch information
scott-klaytn authored Sep 23, 2024
2 parents 73d3de7 + dc07dd7 commit 55a89dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 49 deletions.
53 changes: 4 additions & 49 deletions docs/learn/kaia-native-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,54 +20,9 @@ Kaia uses the following unit system for KAIA.
| Gkei | 10^9 kei | 1,000,000,000 |
| KAIA | 10^18 kei | 1,000,000,000,000,000,000 |

[Download KLAY historical pricing](pathname:///files/Klaytn_historical_data_coinmarketcap.csv)
## Historical Pricing <a id="historical-pricing"></a>

[Download FNSA historical pricing](pathname:///files/Finschia_historical_data_coinmarketcap.csv)
<!--
#### APIs Related to KAIA Units <a id="apis-related-to-kaia-units"></a>
You can download historical price data for the former KLAY and FNSA tokens using the following links:

`kaia.toPeb` and `kaia.fromPeb` are convenient APIs for converting between KAIA units.
```text
$ ./kaia attach data/dd/kaia.ipc
...
> kaia.fromPeb(25, "peb")
"25"
> kaia.fromPeb(25, "Gpeb")
"0.000000025"
> kaia.fromPeb(25, "Gkei")
"0.000000025"
> kaia.fromPeb(25, "KAIA")
"0.000000000000000025"
> kaia.toPeb(25, "peb")
"25"
> kaia.toPeb(25, "Gkei")
"25000000000"
> kaia.toPeb(25, "KLAY")
"25000000000000000000"
```
You can get the list of all units supported by `kaia.toPeb` and `kaia.fromPeb` by sending an invalid unit string such as the one below.
```text
> kaia.toPeb(1, "something-does-not-exist")
Error: This unit doesn't exist, please use one of the following units
"noKLAY": "0"
"peb": "1"
"kpeb": "1000"
"Mpeb": "1000000"
"Gpeb": "1000000000"
"Gkei": "1000000000"
"uKLAY": "1000000000000"
"mKLAY": "1000000000000000"
"KLAY": "1000000000000000000"
"kKLAY": "1000000000000000000000"
"MKLAY": "1000000000000000000000000"
"GKLAY": "1000000000000000000000000000"
"TKLAY": "1000000000000000000000000000000"
at web3.js:2170:19
at web3.js:2255:49
at <anonymous>:1:1
```
-->
- [Download KLAY historical pricing](pathname:///files/Klaytn_historical_data_coinmarketcap.csv)
- [Download FNSA historical pricing](pathname:///files/Finschia_historical_data_coinmarketcap.csv)
5 changes: 5 additions & 0 deletions docs/misc/kaia-transition/faq-chain-transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This FAQ addresses common questions and concerns for CEXs, node providers, walle
- [Will there be any delay in receiving KAIA tokens?](#will-there-be-any-delay-in-receiving-kaia-tokens-)
- [Is there a limit on the amount for swapping KLAY and FNSA tokens?](#is-there-a-limit-on-the-amount-for-swapping-klay-and-fnsa-tokens-)
- [I'm currently staking FNSA. Will I need to wait 7 days to unstake my FNSA to swap to KAIA?](#im-currently-staking-fnsa-will-i-need-to-wait-7-days-to-unstake-my-fnsa-to-swap-to-kaia-)
- [Where can I find the historical price information for KLAY and FNSA? I can't seem to find it on CoinMarketCap or CoinGecko anymore.](#where-can-i-find-the-historical-price-information-for-klay-and-fnsa-i-cant-seem-to-find-it-on-coinmarketcap-or-coingecko-anymore-)

- DApp builders
- [What do DApps on Klaytn need to do to migrate to Kaia?](#what-do-dapps-on-klaytn-need-to-do-to-migrate-to-kaia-)
Expand Down Expand Up @@ -57,6 +58,10 @@ There is no limit for swapping and bridging the two tokens.

With the upcoming launch of Kaia, a governance vote will be proposed on the Finschia network to smoothly integrate token and governance mechanisms, including potentially reducing the unbonding time from 7 days to a couple of hours. If the vote passes, FNSA holders will be able to unstake and swap without having to wait a week.

### Where can I find the historical price information for KLAY and FNSA? I can't seem to find it on CoinMarketCap or CoinGecko anymore. <a id="where-can-i-find-the-historical-price-information-for-klay-and-fnsa-i-cant-seem-to-find-it-on-coinmarketcap-or-coingecko-anymore-"></a>

Due to the merger of KLAY and FNSA and their transition to the new token KAIA, historical price information for KLAY and FNSA is no longer available on cryptocurrency tracking websites. However, we have preserved this data for transparency and reference purposes. You can download CSV files containing the historical price data for both KLAY and FNSA from [Kaia native coin - KAIA](../../learn/kaia-native-token.md#historical-pricing).

## DApp builders

### What do DApps on Klaytn need to do to migrate to Kaia? <a id="what-do-dapps-on-klaytn-need-to-do-to-migrate-to-kaia-"></a>
Expand Down

0 comments on commit 55a89dc

Please sign in to comment.