找到约 15 条结果

文章 DeFi永续期权与Panoptic协议

...。_来源:_ [_Guillaume Lambert Medium_](https://lambert-guillaume.medium.com/) ## Panoption 到底是什么? Panoptic 对永续期权的实现利用了像 Uniswap 这样的**链上交易所** (onchain exchanges) 中**流动性提供者** (LP) 头寸固有的**期权性** (optionality)。虽然...

文章 Web3系列教程之入门篇---10. ICO(首次代币发行)

...) { console.error(err.message); } }; /** * withdrawCoins: withdraws ether and tokens by calling * the withdraw function in the contract */ const withdrawCoins = async () => { try { const signer = await getProviderOrSigner(true); const tokenContr...

文章 Web3行研会分享(2023/03/31期):探索 Celestia 的核心技术与最新进展(In Chinese)

...):探索 Celestia 的核心技术与最新进展](https://www.youtube.com/watch?v=O2KHor155dY)* ##### bilibili:*[Web3行研会分享(2023/03/31期):探索 Celestia 的核心技术与最新进展](https://www.bilibili.com/video/BV12L411X7mi/?spm_id_from=333.999.0.0&vd_source=38efe0b12a4...

文章 深度分析DeFi智能合约的数据质量问题

...采用这个模式,网络中的节点订阅了[Amberdata](https://medium.com/amberdata/announcing-chainlink-amberdata-partnership-the-most-advanced-data-sets-accessible-on-ethereum-56c3b3359619)和[CoinGecko](https://blog.coingecko.com/coingecko-to-provide-cryptocurrency-market-data-for-chainlink/...

文章 2023/04/28期:深度解析以太坊质押和LSD(文字整理版)

...头的一个投票,还有一个比较小的份额是你被选中到sync committee里面,最后还有一个是作为proposer的一个份额. EthStorage-DL: 所有这些完成了以后,你就可以拿到这个base_reward。当然,具体来说,你不可能同时是voter,又是proposer,...

文章 现代DeFi 借贷协议 - Fluid + Vault 是如何构建的

...的GitHub上有三个协议: - 借贷协议 ( [合约](https://github.com/Instadapp/fluid-contracts-public/tree/499e1ab40581fa71e71a934f2820d8385f1e1878/contracts/protocols/steth), [文档](https://fluid.guides.instadapp.io/lending-protocol/lending-on-fluid)) - Vault协议 ( [合约](https://g...

文章 AI 与DeFi - 重新塑造我们所知的加密货币

...义逻辑的简单代理,例如,“如果代币价格 > [$X](https://x.com/search?q=%24X&src=cashtag_click),则卖出。” - 监督学习模型:基于历史数据集训练的模型,预测价格方向或治理提案的风险评分等结果。 - 强化学习:高级代理随着时间的...

文章 [SOLANA东方]: Solana构建者生态系统合作的新枢纽

...此次活动。所有演示图片均来自** [**录制环节**](https://x.com/fragmetric/status/1970006007200747707) **的截图。** ### 主要收获 - 在行业发展的早期阶段,加密货币会议是至关重要的平台,来自不同背景的参与者可以在此分享见解、协作并...

文章 比特币在价值储存手段与交易媒介之间的虚假二分法

...价值。拥有它们的人正在寻求快速花掉它们。同样,shitcoins的价值可能会在下周崩溃。你需要立即进行交易或拒绝它。 的确,耐久性是使黄金比方说钠更好的MoE的特征之一。黄金几乎可以抵抗任何类型的腐蚀,因此我们的后代...

文章 比特币:让储蓄成为储蓄

...” > > —— Ray Dalio( [April 2020](https://markets.businessinsider.com/news/stocks/i-still-think-cash-trash-ray-dalio-dismissed-dollars-reddit-2020-4-1029079224)) 即使最有资历的华尔街投资人,也可能会陷入迷乱,表现得像个傻瓜。因为通胀而去承担风险,...

文章 REVM源码阅读-Context

...and_price 超额 `blob gas` 和 `blob gas` 价格, - `blob` 主要是 `L2` 在用, 这里就不深入了 ```Rust pub struct BlockEnv { pub number: U256, pub beneficiary: Address, pub timestamp: U256, pub gas_limit: u64, pub basefee: u64, pub difficulty: U256, ...

文章 构建于Sui的EVM开发者心理模型

...象。 铸造新的 coin 如下所示: ```solidity /// Mint new coins and transfer them to a recipient. /// /// To call this function, the caller must possess the `TreasuryCap` /// for the given token type. This is how minting authority is enforced. public fun mint( treasury_cap: &...

文章 14. 一些有前景的应用

...。国际象棋对弈 AI 已经击败人类二十年了,但在像 chess.com 这样的网站上玩和观看国际象棋比以往任何时候都更受欢迎。尽管机器智能的兴起,人们仍然渴望人际互动。后 AI 时代的艺术表达将不再侧重于媒体本身,而是更多地...

文章 Gloas注解:分叉选择

...更改以添加微小的调整。目前有这个 [open PR](https://github.com/ethereum/consensus-specs/pull/4884) 可以独立跟踪数据可用性的 PTC 投票。它将重命名最新字段并添加一个新字段: ``` # [Gloas 中的新增功能:EIP7732] payload_timeliness_vote: ...

文章 Solana CLI 参考和使用

...提供了命令行界面工具 ## 示例 ### 获取公钥 ``` // Command $ solana-keygen pubkey // Return ``` ### 空投 SOL/ Lamports ``` // Command $ solana airdrop 1 // Return "1 SOL" ``` ### 获得平衡 ``` // Command $ solana balance // Return "3.0005...