The price of CTC has {{asset.priceChangePc7d > 0 ? 'risen' : 'fallen'}} by {{beautifyNumber(asset.priceChangePc7d, 2)}}% in the past 7 days. The price {{asset.change24 > 0 ? 'increased' : 'declined'}} by {{beautifyNumber(asset.change24, 2)}}% in the last 24 hours. CTC to USD price is updated in real-time. The Creditcoin price today is ${{ beautifyNumber(asset.rate, 2) }} per CTC with a live market cap of ${{shortifyNumber(asset.marketCap)}} USD. Creditcoin is {{beautifyNumber(asset.athChangePc, 2)}}% below the all time high of ${{beautifyNumber(asset.ath)}}.
The current circulating supply is {{beautifyNumber(asset.supply)}} CTC.
Creditcoin is a foundational L1 blockchain designed to match and record credit transactions, and by extension, the credit history of transacting partners. By design, Creditcoin is intended to facilitate an inter-blockchain lending market with loan cycle history recorded on Creditcoin, but with loan payments and repayments occurring on other blockchains; with Bitcoin and Ethereum being the currently supported networks, and support for other blockchains in the pipeline.
By recording the on-chain credit history of transacting partners, Creditcoin creates an objective public ledger of credit history and loan performance, enabling parties to easily verify and trust the credit history and creditworthiness of potential lenders/borrowers, etc.
In the case of lending institutions or other partners in the developing world, building an objective record of on-chain credit history and loan book performance will increase trust and enable a more efficient and transparent allocation of capital into global developing credit markets, with the ultimate goal of democratizing global credit market access for retail investors.
CTC price today is ${{ beautifyNumber(asset.rate, 2) }}.
The 24-hour high of the CTC price is ${{ beautifyNumber(asset.priceHigh, 2) }}.
The price low for today is ${{ beautifyNumber(asset.priceLow, 2) }}.
CTC hit an all time high of ${{ beautifyNumber(asset.ath, 2) }} over {{moment(asset.athDate).fromNow()}} ({{ moment(asset.athDate).format("MMM D, YYYY") }}). The price is down {{beautifyNumber(asset.athChangePc, 2)}}% from the ATH to date.
CTC had an all time low of ${{ beautifyNumber(asset.atl, 2) }} over {{moment(asset.atlDate).fromNow()}} ({{ moment(asset.atlDate).format("MMM D, YYYY") }}). Since then, the price has increased by {{beautifyNumber(asset.atlChangePc, 2)}}%.
Where can CTC be traded? An overview of Creditcoin exchanges and high volume trading pairs. The Creditcoin native token CTC can be traded on
Date | Price * | Market Cap | Volume | Change USD | Change % | |||||
---|---|---|---|---|---|---|---|---|---|---|
{{ moment(data.date).format("MMM D, YYYY") }} | No data available | $ {{ beautifyNumber(data.entry.rate) }} | $ {{ shortifyNumber(data.entry.marketcap) }} | $ {{ shortifyNumber(data.entry.totalVolume24) }} | $ {{ beautifyNumber(data.entry.rate-data.entry.price_open24) }} | {{ beautifyNumber(data.entry.change24, 2) }}% |
Week | Price * | Change USD | Change % | |||
---|---|---|---|---|---|---|
W{{ moment(entry.date).week() }} | No data available | $ {{ beautifyNumber(entry.rate) }} | $ {{ beautifyNumber(entry.changeUSD) }} | {{ beautifyNumber(entry.changePercent, 2) }}% |
Month | Price * | Change USD | Change % | |||
---|---|---|---|---|---|---|
{{ moment(entry.date).format("MMM, YYYY") }} | No data available | $ {{ beautifyNumber(entry.rate) }} | $ {{ beautifyNumber(entry.changeUSD) }} | {{ beautifyNumber(entry.changePercent, 2) }}% |