2 个仓库
Systems for managing operation pricing and the distribution of protocol fees on a blockchain.
Distinct from Multi-Blockchain Payment Processing: None of the candidates cover protocol-level fee management for cryptographic operations; they focus on payment gateways or inter-bank protocols.
Explore 2 awesome GitHub repositories matching security & cryptography · Protocol Fee Processing. Refine with filters or upvote what's useful.
fhevm is a full-stack blockchain framework designed to integrate Fully Homomorphic Encryption into smart contracts. It provides a platform for developing confidential smart contracts that can process encrypted data and execute private on-chain computations without decrypting the underlying information. The framework utilizes a coprocessor system to offload resource-intensive encrypted operations to an asynchronous service, improving blockchain performance and scalability. It incorporates a secure key management service based on multi-party computation and a zero-knowledge proof verifier to en
Provides a system for setting operation pricing and transferring protocol fees to designated blockchain addresses.
本项目是一个去中心化交易所核心和以太坊自动做市商(AMM),为管理流动性池和执行代币交换提供了基础的链上逻辑。它实现了 ERC-20 代币交换引擎和链上流动性管理器,以促进标准化同质化代币的交换。 该系统利用集中流动性协议,允许提供者在特定价格范围内分配资产以提高资本效率。它采用恒定乘积公式进行价格计算,并使用基于 Tick 的跟踪系统来管理流动性分配。独特的流动性头寸被追踪为非同质化代币(NFT),架构中还包括用于时间加权平均价格(TWAP)的链上预言机。 该平台涵盖了交换路由、流动性管理和安全方面的广泛能力。它支持多路径交换报价和基于意图的订单执行,以及用于流动性池种子注入和头寸计算的工具。安全性通过代币授权验证和钩子(hook)系统进行管理,该系统允许在池事件期间执行自定义智能合约逻辑。 该项目主要使用 TypeScript 实现。
Collects protocol assets into per-chain storage and distributes them through adapter contracts.