$0.003184 +4.02%
Glob. Mkt Cap Rank: Unranked
2024-08-07:09:36:32update
24H High
:
0.02505
24H Turnover
:
7.58千万
Max Supply
:
0.0
24H TR
:
60.12%
24H Low
:
0.021936
24H Vol
:
3272940062
Curr. Issued
:
5440672762.0
24H High-Low
:
+14.20%
ATH
:
0.36
Highest Mkt Cap
:
1.26亿
Circulating Supply
:
5440672762.0
Dominance
:
0.00%
ATL
:
0.02
Mkt Cap (Float)
:
1.26亿
Circulating Supply
:
54.41%
Issue Date
:
Introduction
Latest News
News Flash
Basic information
Full Currency Name /TT
Currency Code TT
Coin Intro "Thunder Token, abbreviated as TT, has a total supply of 1,000,000,000,000 TT.
TT is the token issued by Thunder Core (TT Chain), with its full English name being Thunder Core Token. It was launched on April 25, 2019, and has a total supply matching that of Thunder Core.
Thunder Core is a next-generation blockchain public chain platform. It breaks through the current limitations of blockchain technology, achieving speed, high scalability, security, and compatibility with the Ethereum Virtual Machine (EVM).
Thunder Core is dedicated to building an efficient and secure decentralized public chain platform. The founding team includes top smart contract and distributed algorithm pioneers from the American academic community, as well as experienced entrepreneurs from Silicon Valley. It uniquely adopts a Proof-of-Stake (PoS) consensus algorithm rigorously mathematically proven by Professor Elaine Shi, ensuring the efficiency and security of the blockchain. Through this algorithm, Thunder Core addresses issues with Ethereum such as high gas fees, low transactions per second (TPS), and long transaction confirmation times.
The mainnet for Thunder Core is live, and the ecosystem construction has officially begun. In the future, PoS will be introduced to support users in participating in consensus and record-keeping by staking their tokens. With a smart contract interface fully compatible with Ethereum, developers can deploy Ethereum applications onto the Thunder Core platform within minutes. Therefore, speed, security, ease of use, and affordability are the hallmarks of ThunderCore.
TT Founding Team and Background:
Chris Wang: CEO. At age 22, he obtained his Ph.D. in Computer Science from Carnegie Mellon University and co-founded the social gaming company Playdom in 2008. Under his leadership, Playdom grew to over 500 employees, with 200 million monthly active users and over $100 million in annual revenue. Playdom was later acquired by Disney for $500 million in 2010. Chris Wang is also an early investor in Alibaba, Glassdoor, and FlipKart.
Elaine Shi: Chief Scientist. Holding a Ph.D. in Computer Science from Carnegie Mellon University, Shi is a key expert in cryptographic protocols and consensus. She authored the first academic research paper on Bitcoin and smart contracts and was the first to teach smart contract programming. She currently serves as an associate professor of computer science at Cornell University. She is also a co-founder and co-director of the Initiative for Cryptocurrencies and Contracts (IC3) and has received numerous awards, including a Packard Fellowship, ONR Young Investigator Award, NSF CAREER Award, Alfred P. Sloan Research Fellowship, Google Faculty Award, NSA Best Scientific Cybersecurity Paper Award, and ASPLOS Best Paper Award, among others.
Todays price of TT is $0.0028021, with a 24-hour trading volume of $3,238,030. TT has decreased by 5.29% in the past 24 hours. Currently ranked 302nd on BeeChecker, its market capitalization is $29,768,000 USD. Its circulating supply is 10,623,600,000 TT, matching its total supply."
Issue Date
All-Time High $0.07333941
All-Time Low $0.0027119608
Total Supply 10623613802
Circulating Supply 10623613802
Circulating Supply Percentage 1
Market Cap 1975581985790
Fully Diluted Market Cap $2.637578372316663e-13
Mkt Cap (Float) $29768018
Circulating Market Cap % of Global Total 0.000015067974001644028
Listed on Exchanges 7
Official Link https://www.thundercore.com
Whitepaper https://docs.thundercore.com/thunder-whitepaper.pdf
Blockchain Explorer "https://scan.thundercore.com/"
Telegram
Github https://github.com/thundertoken/dapp-tutorial
Twitter https://twitter.com/ThunderProtocol
FaceBook
Reddit https://www.reddit.com/r/thunder_official/
Currency Introduction

ThunderCore (TT Chain) is a next-generation public blockchain platform. It breaks through the current limitations of blockchains by achieving speed, high scalability, security, and compatibility with the Ethereum Virtual Machine (EVM). ThunderCore is dedicated to building an efficient and secure decentralized public blockchain platform. The founding team includes top smart contract and distributed algorithm pioneers from the American academic world, as well as seasoned entrepreneurs from Silicon Valley. It uniquely employs a Proof-of-Stake (PoS) consensus algorithm rigorously mathematically proven by Professor Elaine Shi, ensuring both efficiency and security for the blockchain. Through this algorithm, ThunderCore addresses issues like high GAS fees, low TPS, and long transaction confirmation times on Ethereum. Currently, the mainnet of ThunderCore has been live since March 11, 2019, and the ThunderCore ecosystem development has officially begun. Later, PoS will be launched to support users in participating in consensus and bookkeeping by staking tokens. With its fully EVM-compatible smart contract interface, developers can deploy Ethereum applications onto the ThunderCore platform within minutes. Thus, speed, security, simplicity, and cost-effectiveness are the hallmarks of ThunderCore.

 


 

Project Introduction

 

ThunderCore (TT Chain) is a public blockchain that is open, decentralized, and compatible with the Ethereum Virtual Machine (EVM), using a globally leading Proof-of-Stake (PoS) consensus mechanism whose security is rigorously verified. ThunderCore was founded in January 2018 in Silicon Valley, USA, with the goal of combining top-tier academic research and blockchain technology expertise to create the fastest, most secure, and highly scalable public blockchain through large-scale consensus mechanisms. A blockchain is a series of records with timestamps and immutable characteristics, operated by distributed and decentralized servers (also known as "nodes"). ThunderCore is open to all users, allowing global participants to contribute to the protection and verification of these records. ThunderCore is not just a platform for recording transactions; it also executes "smart contracts." Smart contracts are computer programs that directly control the transfer of assets and sharing of content between parties in an objective and fair manner based on logical rules. Ethereum is the most popular platform for executing smart contracts, and ThunderCore is fully compatible with Ethereum, enabling contracts or applications deployed on Ethereum to be deployed on ThunderCore within minutes.

 


 

Technical Advantages

 

ThunderCore Consensus
ThunderCore was originally designed based on the Thunderella consensus algorithm, which combines the benefits of permissioned classical consensus protocols and decentralized Nakamoto consensus protocols. Since then, our technology has significantly advanced. Our research team discovered a new consensus mechanism with outstanding performance. This section focuses on the PaLa consensus protocol currently used for the ThunderCore public chain. Our consensus protocol was developed by researchers at the forefront of cryptography and distributed consensus research and has rigorous mathematical proofs to ensure consistency and liveness of the algorithm.

PaLa is a blockchain consensus protocol based on partially synchronous network assumptions and can tolerate up to one-third malicious nodes. PaLa improves upon previous classical consensus protocols, which require two rounds of voting and the transmission of O(n^2) messages per block. Inspired by the idea from pipelined BFT2 algorithms where the second round vote is piggybacked onto the first round vote of the next block, the current proposer uses BLS multi-signatures to collect votes and distribute attestations. When combined with a hub-and-spoke network topology, PaLa can achieve consensus with only O(n) message transmissions. Although newer BFT consensus algorithms like Tendermint, FBFT, Casper FFG, and HotStuff share some similar innovations, none are as concise, elegant, or optimized as PaLa.

Proof-of-Stake (PoS)
With PaLa, we have a mechanism for reliable committee reconfiguration and proposer rotation. A complete solution also requires an incentive-compatible Proof-of-Stake (PoS) design for electing consensus nodes. We opted for a simple session-based top-K voter election design. Each session lasts three hours. During each term, bids are made to become consensus nodes for the next term.

 


 

Core Ideology of TT Chain Development

 

Blockchain will fundamentally transform peoples lives. People will increasingly rely on and use blockchain services. All technological innovations should be open to the public, sharing their benefits and values. Blockchain technology will enable a more open, decentralized, and transparent future.

 

 

expand
Development History
2021年第一季度EVM design upgrade, including data storage cost and EWASM;; TPS optimization.
2020年第四季度Optimize TT chain developer tools and resource libraries; Release the Proof-of-Stake economic incentive design.
2020年第三季度TT chain EVM function upgrade.
2020年第二季度Pala R2 test network upgrade; Pala R2 main network upgrade; Optimized blockchain storage technology and application.
2020第一季度PaLa R1 main network upgrade; Cross-chain Defi application upgrade; Hardware wallet optimization.
2019年第四季度Ledger hardware wallet app supports TT chain; The mobile phone application of TT station newly supports ERC20 tokens. At the same time, it also supports one-click stable currency conversion across Ethernet; Pala R1 test online line; Release gas tools funded by developers.
2019年第三季度TT Stations mobile phone application service was launched, including more than 16 decentralized applications (DAPPS) developed by the community. Improve the developer files; Release the cross-chain asset bridge service of stable currency and ERC20 token; Thunder Storage goes online to realize data storage on the chain; Thunderscan upgrade to improve the data reading experience.
2019年第二季度Reference implementation of open source Pala algorithm; TT chain announced that it will be upgraded to PaLa consensus agreement; Release the lock-in incentive plan (equity pool).
2019年第一季度TT chain 0.5 main online line; The mainstream hardware wallet supports TT currency; MyEther wallet and Trust Wallet support TT coins.
2018年第四季度PaLa white paper published
2018年第三季度TT chain 0.5 test online line; MetaMask supports TT chain.
2018年第一季度ThunderCore company was established
2017年第三季度Publish a white paper
GO TOP