Glossary: Difference between revisions
From Chainlink Community Wiki
No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
---- | ---- | ||
<h2>Dynamic NFTs (dNFTs)</h2> | <h2>Dynamic NFTs (dNFTs)</h2> | ||
A dynamic NFT is an NFT that can change based on external conditions. Change in a dynamic NFT often refers to changes in the NFT’s metadata triggered by a smart contract. <ref>https://blog.chain.link/what-is-a-dynamic-nft/</ | A dynamic NFT is an NFT that can change based on external conditions. Change in a dynamic NFT often refers to changes in the NFT’s metadata triggered by a smart contract. <ref name="dNFT">https://blog.chain.link/what-is-a-dynamic-nft/<ref name="dNFT" /> | ||
DNFTs can also be described as perpetual smart contracts that use oracles to communicate with and react to external data and systems. | DNFTs can also be described as perpetual smart contracts that use oracles to communicate with and react to external data and systems. | ||
Line 77: | Line 77: | ||
<Br> | <Br> | ||
<h2>NFT</h2> | <h2>NFT</h2> | ||
NFTs (Non Fungible Tokens) are unique digital objects that exist on a [[Glossary#blockchain|blockchain]]. Every NFT can be differentiated from another through a 1-of-1 tokenID and its unique contract address. From there, metadata such as images, video files, or other data can be attached, meaning that it’s possible to own a token that represents a unique digital object.<ref>https://blog.chain.link/what-is-a-dynamic-nft/</ | NFTs (Non Fungible Tokens) are unique digital objects that exist on a [[Glossary#blockchain|blockchain]]. Every NFT can be differentiated from another through a 1-of-1 tokenID and its unique contract address. From there, metadata such as images, video files, or other data can be attached, meaning that it’s possible to own a token that represents a unique digital object.<ref name="dNFT">https://blog.chain.link/what-is-a-dynamic-nft/<ref name="dNFT" /> In its most bare-bones form, an NFT is simply a transferable token that has a unique tokenID. | ||
---- | ---- | ||
<h2>Node</h2> | <h2>Node</h2> |
Revision as of 09:54, 13 April 2022
Aggregation
API
Blockchains
A blockchain is a highly secure and decentralized network that allows people to store data, exchange value, and record transaction activity in a shared ledger that is not controlled by any central authority.[1]
Bridging assets
REVISE To transfer assets from Ethereum to BNB Chain you will need to interact with the Binance Bridge. This is a contract that will take custody of your assets on the Ethereum side and, after a bit of a delay, create a version of that asset on the Binance side.
You might think about this as a little like using tokens in an arcade. You give the arcade employee (bridge contract) your money (ETH) and in turn, they create tokens (ETH BEP-20, A BEP-20 version of ETH) to use within the arcade (BNB Chain). From there you can use the tokens (ETH BEP-20) while you are in the arcade. If you would like to leave you can give your tokens (ETH BEP-20) back to the employee (bridge contract) and they will destroy or burn the tokens (ETH BEP-20). Then they’ll give you back the money (ETH) for the tokens (ETH BEP-20). [2]
Centalized
Cryptocurrency
DAO
DECO
Decentalized
DeFi - Decentalized finance
Deviation threshold
A new data aggregation round starts when a Chainlink node identifies that an off-chain data value deviates by more than the defined deviation threshold from its on-chain value. ---_
DLT
DONs
Each DON is customizable, empowering users to pick specific node operators and data sources, the level of decentralization, the type of computation performed, the update frequency, the blockchain it’s deployed on, and various other optimizations that align with the user’s own budget, performance requirements, privacy needs, and trust assumptions.
https://blog.chain.link/chainlink-enterprise-blockchain-middleware/
Dynamic NFTs (dNFTs)
A dynamic NFT is an NFT that can change based on external conditions. Change in a dynamic NFT often refers to changes in the NFT’s metadata triggered by a smart contract. Cite error: Closing </ref>
missing for <ref>
tag
https://blog.chain.link/hybrid-smart-contracts-explained/
Layer 0
‘A communication protocol, enabling smart contract execution across multiple chains, with one transaction from any one source chain enabling cross-chain functionality for dApps and (native) token bridging’. Looking for citation.
Layer 1
Layer 2
Mainnet
Middleware
NFT
NFTs (Non Fungible Tokens) are unique digital objects that exist on a blockchain. Every NFT can be differentiated from another through a 1-of-1 tokenID and its unique contract address. From there, metadata such as images, video files, or other data can be attached, meaning that it’s possible to own a token that represents a unique digital object.Cite error: Closing </ref>
missing for <ref>
tag
Testnet
Town Crier
TVL (Total value locked)
TVS (Total value secured)
Wrapped tokens
Zero knowledge proofs
A zero-knowledge proof is a cryptographic method that allows one party to prove that a given statement is true without revealing the underlying information. For in depth information read the following article HERE.