follow us on twitter . like us on facebook . follow us on instagram . subscribe to our youtube channel . announcements on telegram channel . ask urgent question ONLY . Subscribe to our reddit . Altcoins Talks Shop Shop


This is an Ad. Advertised sites are not endorsement by our Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise Here Ads bidding Bidding Open

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - [email protected]

Pages: [1]
1
Incentivised Posting / Shill / ZetaChain‘s Introduction
« on: October 13, 2022, 06:52:02 AM »
It’s hard to imagine a single blockchain would suffice for all our society’s use cases.
A multi-chain future seems inevitable. However, a multi-chain future without interoperability between the blockchains could be paralleled to the Internet before TCP/IP.
Today’s blockchains are too fragmented and are by-nature not interoperable, hindering
mass adoption of the technologies. For example, a decentralized application (dApp)
must be married to a specific blockchain. If a user onboards into the crypto ecosystem through a given dApp, this fragmentation makes immense barriers for the user to
fluidly adopt or try a dApp on another chain. To address the issues of interoperability,
there have been a few proposals and projects that specifically emphasize the ability
to inter-operate. However, the majority of interoperability systems only apply to specific blockchains, standardize their protocols within their own systems requiring other
1
blockchains to adopt or through complicated, restricted, and/or less secure bridges to
join (see Figure 1). In this whitepaper we propose a novel, public L1 blockchain that
actively and agnostically connects blockchains and facilitates interoperability. Furthermore, we propose a generic smart contract on blockchain that can hold and manipulate
assets on external blockchains directly, thereby enabling generic smart contracts that
can custody assets on external chains. This opens the door to boundless cross-chain
dApps.
Blockchains are naturally closed systems. The goal of this whitepaper is to design
and specify a practical system that is generic in its inter-blockchain capability, without
forcing existing blockchains to adopt new standards or a new blockchain that every
assets needs to move to, and do so in a decentralized, byzantine fault tolerant way. In
other words, we aim to create a public blockchain that supports real cross blockchain
transactions, message delivery, and general cross-chain smart contracts. According to
our extensive survey, to satisfy this goal, the best pragmatic approach is the decentralized
notary scheme on top of an incentivized Proof-of-Stake replicated state machine (aka
blockchain) which we call ZetaChain.
ZetaChain is first of all a public blockchain with Proof-of-Stake validators. It’s trusted
that a super majority (>66% nodes) of the validator nodes are honest and act according
to protocol, and collectively serve as notaries. In addition to being a blockchain,
interoperability requires observing other blockchains. Thus each ZetaChain validator
node is attached with an observer that scans other blockchains for relevant events (event
log, transaction, or state at a certain time). The observers report the relevant events
to ZetaChain and reach consensus. ZetaChain uses custom logic to update its state
in response to the reported events. On the other hand, in order to change state on
other blockchains, each validator is also attached with a signer holding a key share.
Collectively all the validators hold a single public/private key pair which can initiate
transactions on other blockchains to change state directly. The signature scheme can be
some kind of threshold signature scheme such as GG18/GG20 ECDSA/EdDSA, or BLS
threshold/aggregate signatures, depending on the cryptography on different chains and
their smart contract capability/cost. The presence of a single public key and address in
the ZetaChain system allows ZetaChain to custody assets on external blockchains which
might not have adequate smart contract capability such as Bitcoin. Such ability allows
powerful cross-chain (or omnichain) dApps to be built on top of native ZetaChain
cross-chain smart contracts. This capability looks much like on Ethereum where a
smart contract can be trusted to manage assets according to predetermined rules, except
on ZetaChain, a smart contract can leverage and manage assets on any connected
blockchain.
In summary, ZetaChain is designed to be a decentralized cross-blockchain smart contract platform. The vision of ZetaChain is to be a public computer on all important
blockchains, on top of which cross-blockchain decentralized applications can be easily
built as public, trustless, and persistent smart contracts.

2
This whitepaper proposes ZetaChain, a blockchain with generic omnichain smart
contract support that connects both smart contract blockchains such as Ethereum,
Ethereum L2 rollups, Solana, Terra, and Algorand, and even non smart contract
blockchains such as Bitcoin and Dogecoin. ZetaChain consists of a Proof-of-Stake
blockchain and observers and signers for external blockchains. The observers scan
external chains for relevant events, transactions, and states at a point in time, and
reach consensus on observation on ZetaChains blockchain. The signers collectively
possess a single Threshold Signature Scheme (TSS) key that is able to send authenticated messages to external chains and hold assets like normal accounts/addresses
on external chains. Smart contracts on ZetaChain support arbitrary logic that executes conditionally on external chain events, and can directly update external chain
states via its TSS signed transactions. ZetaChain thereby enables omnichain dApps
that interact with different blockchains natively and directly without wrapping or
bridging any assets.

3
Incentivised Posting / Shill / Some vocabulary analysis about ZetaChain
« on: October 11, 2022, 10:00:55 AM »
Externally Managed Vault/Assets
The ZetaChain validator set can manage vaults on connected chains just as an account on that chain can, through its TSS architecture. This functionality allows even non-smart-contract chains like Bitcoin to be managed by contracts on ZetaChain.

Hyper-Connected Node
ZetaChain's node observes and processes transactions from all connected chains. By being "hyper-connected" the node is able to support chain-agnostic observation and thus interoperability.

Interface Contract
Smart contracts on connected chains like Ethereum or Arbitrum interact with ZetaChain by passing/receiving messages from ZetaChain's Interface Contracts, which are deployed on each connected chain. This makes

Multichain
Blanket term for apps or concepts that span multiple blockchains.

Observer
The observers watch externally connected chains for certain relevant transactions/events/states at particular addresses via their full nodes of external chains. The observers can be further divided into two roles: sequencer and verifier. The sequencer discovers relevant external transactions/events/states and reports to verifiers; the verifiers verify and vote on ZetaChain to reach consensus. The system requires at least one sequencer and multiple verifiers. The sequencer does not need to be trusted, but at least one honest sequencer is needed for liveness.

Omnichain
As if all blockchains or layers were connected into a single chain. ZetaChain is an 'omnichain' solution, since it is chain-agnostic and allows interoperability between all connected chains.

Omnichain messaging
Messaging value and/or data between chains seamlessly (via ZetaChain).

Omnichain smart contracts
ZetaChain's native smart contracts are omnichain, meaning that they can manage, read, and write state to/from external chains. These smart contracts are the first of their kind, and unlock a new paradigm of dApps that transcend individual chains and layers.

Revert
During a cross-chain transaction, the case that a destination transaction fails (insufficient funds sent, unforeseen changes on the destination, etc.) ZetaChain is capable of reverting the transaction and returning funds to the sender on the source chain.

Signer
The ZetaChain collectively holds standard ECDSA/EdDSA keys for authenticated interaction with external chains. The keys are distributed among multiple signers in such a way that only a super majority of them can sign on behalf of the ZetaChain. Its important to ensure that at no time is any single entity or small fraction of nodes able to sign messages on behalf of ZetaChain on external chains. The ZetaChain system uses bonded stakes and positive/negative incentives to ensure economic safety

TSS
Threshold Signature Scheme. To avoid any single point of failure, ZetaChain uses state-of-the-art multi-party threshold signature scheme (TSS) (see whitepaper for more details). To the outside world, the ZetaChain validators collectively possess a single ECDSA/EdDSA private key, public key, and address, and the signature signed by ZetaChain can be verified efficiently and natively by standard ECDSA/EdDSA verification procedure by the connected blockchains. Internally, the private key is generated without a dealer, and the private key is distributed in all the validators. At no time is a single entity or a minority of validators able to piece together the private key and sign messages on behalf of the whole network. The key generation and signing procedures are done by Multi-Party Computation (MPC) which reveal no secret of any participating node. Because ZetaChain can hold a TSS key and address, ZetaChain can support smart contracts that can manage native vaults/pools on connected chains including Bitcoin. This effectively adds smart contract capabilities to the Bitcoin network, and potentially other non-smart contract blockchains. The TSS employed by ZetaChain gives the performance and convenience of hot wallet with cold wallet level security.

Validator
ZetaChain uses the Tendermint consensus protocol which is a partially synchronous Byzantine Fault Tolerant (BFT) consensus algorithm. Each validator node can vote on block proposals with voting power proportional to the staking coins (ZETA) bonded. Each validator is identified by its consensus public key. Validators need to be online all the time, ready to participate in the constantly growing block production. In exchange for their service, validators will receive block rewards, and potentially other rewards such as gas fees or processing fees, proportional to their bonded staking coins.

4
Incentivised Posting / Shill / Some core introductions about ZetaChain
« on: October 10, 2022, 04:54:58 AM »
ZetaChain is the foundational, public blockchain that enables omnichain, generic smart contracts and messaging between any blockchain. It solves the problems of “cross-chain” and “multi-chain” and aims to open the crypto and global financial ecosystem to anyone. ZetaChain envisions and supports a truly fluid, multi-chain crypto ecosystem, where users and developers can move between and appreciate the benefits of any blockchain: payments, DeFi, liquidity, games, art, social graphs, performance, security, privacy, and so on.



Key features
Decentralized and public
ZetaChain is a decentralized and public blockchain network. It is built on Cosmos SDK and Tendermint Consensus. While many cross-chain solutions like bridges have varying, often centralized trust models that have a track record for being susceptible to exploits and hacks, ZetaChain is a Proof-of-Stake blockchain, where all transactions and activity on the platform -- even cross-chain transactions -- are fully transparent, verifiable, and function in a trust-minimized manner.

Hyper-connected nodes
ZetaChain's nodes have observers that monitor transactions on every connected chain. Through ZetaChain's TSS architecture, the network can sign and verify transactions on every connected chain as a wallet can. By being able to read and write to connected chains in a secure, decentralized manner, these hyper-connected nodes provide a seamless omnichain environment for developers to build novel and powerful cross-chain applications on top of.

Omnichain message passing
A developer can pass messages (data + value) between chains and layers with simple function calls. Through message passing, a dApp developer can build powerful cross-chain applications by simply implementing a few functions within their existing smart contracts.

Learn how to build dApps using ZetaChain's Connector here.

Omnichain smart contracts
Smart contracts can be deployed natively on ZetaChain that can read/write to connected chains. ZetaChain is the only public blockchain to support smart contracts with this capability, enabling a new paradigm of app development.

Managed external assets
ZetaChain's network and dApps built on top of ZetaChain can manage assets and vaults of external connected chains. This allows assets on any chain to be managed just as a smart contract on a single chain can manage assets on its respective chain. A dApp on ZetaChain can thus orchestrate and bring smart contract logic to any connected chain. This property applies to all chains, including non-smart-contract chains, like Bitcoin and Dogecoin.

Last updated on 9/

5
Incentivised Posting / Shill / What is ZETA? (tokens will be airdropped)
« on: October 09, 2022, 03:51:50 AM »
ZetaChain’s coin ZETA is used to pay the gas fees for ZetaChain smart contracts and additionally used to secure the PoS ZetaChain blockchain by bonding/staking/slashing. ZETA is also at the core of ZetaChain’s cross-chain transfer, swaps, message delivery, and security. ZETA is one of the first multi-chain coins that is natively issued across multiple chains and layers.

Users can directly move the ZETA coin from any chain A to chain B. The mechanism is a one way peg (i.e. burning X amount on chain A and then minting X amount on chain B).

We use our own coin ZETA to represent value cross-chain because:

Unlike the more common two-way pegging, there is no wrapping and therefore no multiple representation of the same underlying asset.
The only (native) value that can go cross-chain is via the ZETA coin, which reduces attack surface substantially, resulting in an easier to understand audit and therefore higher security. For example, we can check total supply at the contract mint site.
Users can pay ZETA for the cross-chain service that ZetaChain provides, and for gas on the destination chain, in a single step/bundle.

Pages: [1]
ETH & ERC20 Tokens Donations: 0x2143F7146F0AadC0F9d85ea98F23273Da0e002Ab
BNB & BEP20 Tokens Donations: 0xcbDAB774B5659cB905d4db5487F9e2057b96147F
BTC Donations: bc1qjf99wr3dz9jn9fr43q28x0r50zeyxewcq8swng
BTC Tips for Moderators: 1Pz1S3d4Aiq7QE4m3MmuoUPEvKaAYbZRoG
Powered by SMFPacks Social Login Mod