KLYNTAR or how we spent several years to build the Gigachad of crypto industryđ€
Lost time is never found again â Benjamin Franklin
As experienced readers, we understand that itâs annoying to spend time for a non-interesting article. As a developer, I want to get useful info instantly, ASAP about new project to understand the value of it.
We appreciate our followers and users, thatâs why here are the highlights of KLYNTAR. In the end youâll find links to our docs & social media where you can find more info and start follow us.
NOTE: Itâs just an initial article â weâll write about KLYNTAR components more detailed in the next articles. Also, KLYNTAR and other products of ecosystem marked as WIP, so some features will be available in future releases. This is our official account, so subscribe to be in touch.
Letâs get started!
TL;DR
KLYNTAR is:
The fastest crypto project that have ever been created and will be created
KLYNTAR has own high TPS(thanks to advanced, BFT-based consensus with many-chains architecture(pool-per-chain) and total parallelization â see dev_tachyon in MasteringKlyntar book), supports running own custom blockchains(called symbiotes), sharding-by-default scheme and relies on TPS of other speedsters â Solana, Near, Toncoin, Tron, etc.(see SpookyAction release).
What can be faster than the total speed of cryptoindustry?đ
There is no âwe have X k TPS â itâs more than <SOME_PROJECT> hasâ. Only maximum abilities. Thatâs the philosophy.
The most decentralized & secured project that have ever been created and will be created
What can be more decentralized than all the cryptoindustry taken together?đ€
Forget about 34% of emission on 5 addresses or 3 dominant mining pools, forget about 80% pre-sales to unknown third parties and other infuriating crap.
KLYNTAR relies on mining powers of Bitcoin, Litecoin, Monero, Horizen, on stakes on Ethereum, Cardano, Avalanche, Solana and so on. The mechanism of checkpoints & other interaction types protects KLYNTAR from the following issues: rollbacks, uncertain finalization, consensus-related stuff.
Thanks to hashrates of Bitcoin, Litecoin, Monero, thanks to the difference of algorithms and modifications itâs practically impossible to rollback at least one of them â what to say about 2/3 of them or more. Anyway â maximum protection is our target.
Previously, we talk only about PoW-based crypto. Despite PoS-based ones have some issues like âlong-range-attacksâ which were proposed to be solved by âweak subjectivityâ (and other mechanisms), we also use the security of them to protect KLYNTAR.
Moreover, KLYNTAR has multistaking â youâll have ability to protect our ecosystem with your bitcoins, ethers, with your NFT on Solana or Polygon and so on(see Unobtanium).
We will release a separate article about multistaking on KLYNTAR soon
For example, see how you can use your bitcoins & ethers as a stake on KLYNTAR
Virtual Machines
KLYNTAR has support of many VMs â WASM-based KLYNTAR-VM and EVM-compatible KLY-EVM. Add your own VM!
We understand that functionality of virtual machines can be a weighty argument for new projects(or multichain projects â e.g. Uniswap, bridges, etc.). Thatâs why, our goal is to make virtual machines on KLYNTAR the most flexible, mutable and advanced.
KLY-EVM
Initially we add the support of KLYNTAR EVM (KLY-EVM). Unlike other projects which donât add any extra functionality(only pre-deployed contracts for backward compatibility) we want to present more advanced port of EVM.
Letâs create a short list about KLY-EVM abilities:
- Mutability
Youâll have ability to add own logic to the EVM â order of transactions execution, fees in tokens, offchain / free computation and so on. Weâll talk about it later! But mutability of KLY-EVM is a part of Mutation principle on KLYNTAR(keep reading to find out more). - Sandbox calls
Execute code in sandbox to securely test state changes, estimate gas usage, monitor logs and so on. - WORA(Write once, run anywhere)
With KLY-EVM you can write extra logic not only on Solidityđ±. But using special events on EVM-level you can call in-built oracles, verify post-quantum signatures, use external storages like Filecoin, KLYNTAR Storage and so on. Once you write some useful function on Rust and then compile to .wasm module â youâll be able to use it on EVM. - Cross-VM-calls & Crosschain abilities
KLY-EVM will have ability to call WASM contracts(and vice versa), interact with other symbiotes(see Mutualism release), call contracts in other chains and so on.
Itâs available as a separate repository, so everyone can fork it to modify. We did it for other chains in ecosystem to integrate KLY-EVM as a separate dependency. Also, JSON-RPC 2.0 realization is available here.
We will release a separate article about KLY-EVM soon
KLYNTAR VM
The native VM of KLY is based on WASM. Thatâs really cool, because you can write on any language that can be compiled to .wasm module to execute it securely in the same environment as default txs.
WASM is faster and more flexible than EVM bytecode. Initially, you will be able to write contracts on Rust & AssemblyScript, but later weâll add support of other languages. KlyntarVM is still with WIP status, but we do everything to present the best UX for users and products in ecosystem.
In terms of functionality, KlyntarVM will be so advanced as KLY-EVM(major part of features in list below will be also available for KLY-EVM) and more advanced than default VMs by other projects. For example:
- Pay fees for contract execution in tokens
- Modify the bytecode of contract(no more proxy contracts!)
- Manually change the contract state
- Use async functions(soon weâll present modules for VMs, so weâll tell you about mechanism of callbacks on KLY-VM) â now you can use HTTP calls, change external storage and so on.
We will release a separate article about KlyntarVM soon
Cryptoland â advanced cryptography on KLYNTAR
Since we are crypto project, itâs impossible to imagine the work without cryptography. We want to bring the most advanced & useful functionality of crypto-primitives to KLYNTAR. To avoid catastrophic mistakes and set the low entry threshold for mass-using, we create a separate repository with crypto-primitives to use them on VMs, workflows and so on.
There are some examples that we already use on KLYNTAR:
- BLS multisignatures(scope:consensus, accounts/contracts)
- TBLS threshold signatures(scope:accounts/contracts)
- Post-quantum signatures(scope:accounts/contracts)
You can find out more by visiting the repository page â multisignatures, post-quantum cryptography, VDF, VRF, secret sharing algorithms and so on! Find more info here.
RWX contracts â real world eXecution smart contracts
A photo with a Gigachad for a reason here
NOTE: Weâll publish more info later, as a separate, big article
RWX contracts will be created as a logical continuation of initial idea of smart-contracts. Currently, default big, really decentralized networks donât have functionality to verify, for example, that freelancer created server with 20k RPS(soon in KLYNTAR Work) or the fact that the delivery man brought you pizza on time(KLYNTAR Delivery). They canât be the decentralized guarantor of non-vm stuff.
RWX contracts are smart contracts v2.0 because:
- Codeless(but youâll be able to add code snippets for more automatization)
- Based on social consensus
- Use well known services like Telegram, Zoom, Discord, etc.
- Possible free(in simple words âyou shouldnât pay if everything is ok)
- Will be the engine of major part of products in ecosystem
- Mass adoption is a big dealđ€
Summary
Everything starts from the beginning. In this article we presented just initial overview of general moments of future Goliath. Our energy forces us to publish more and more to allow you to get started with KLYNTAR â as investor, developer, researcher, etc. Here, there is still no information about:
- KLYNTAR ThunderCloud
- KLYNTAR AnyStake
- KLYNTAR Web1337
- KLYNTAR AdsNile
- KLYNTAR Symbiotes
- KLYNTAR GHost
- KLYNTAR Gigaplace
âŠand other products in future ecosystem.
The philosophy of KLYNTAR is technologies. We want to make KLY the most comfortable to use, the fastest, the most secured and friendly collection of services. Soon we will open this Pandoraâs box even more.
Follow us to get information ASAP because in the following articles weâll talk about ecosystem, about core, answer for your questions and so on. See you soonđ