Solana VRF 证明会通过密码学方式绑定到输入Documentation Index
Fetch the complete documentation index at: https://docs.magicblock.gg/llms.txt
Use this file to discover all available pages before exploring further.
caller_seed 以及 MagicBlock 的 VRF signer identity。你的 callback 会通过以下方式强制验证:
InvalidProof 和 Unauthorized 等条件,因此错误签名或未经授权的调用者会在你的游戏逻辑执行之前被拒绝。VRF 程序已有公开审计,正式上线前应以该报告作为安全事实来源。
避免让用户直接提供完整的 caller_seed。应将其与游戏状态或时间戳结合,以防止 seed grinding。由于一切都在确定性的 rollup 中执行,因此随机值无法被重复利用或延迟执行。
这套约束机制会在执行你游戏逻辑的同一个 ephemeral rollup 内完成。
安全与审计
阅读审计报告和安全说明。
Solana VRF
返回 Solana VRF 概览。

