Oracle Cost & Performance Metrics (Legacy, Update TBA)

Estimated Operation Costs

Based on our testnet implementations and theoretical analysis, we can estimate the blockchain interaction costs for data storage and retrieval. Remember that the actual computation happens off-chain through our Oracle system.

Storage Operations

Memory storage costs are estimated at:

  • Basic pattern storage: ~0.003 ETH

  • Relationship mapping: ~0.004 ETH

  • Complex pattern storage: ~0.006 ETH

These costs are just an estimation based on internal testing, final values might differ.

Testing Implementation

We're currently testing these operations to:

  • Validate storage cost estimates

  • Optimize data structures

  • Improve retrieval efficiency

  • Establish final pricing models

Upcoming Mainnet Testing

To establish precise costs in production conditions, we're planning a limited mainnet implementation that will:

  • Verify storage cost estimates

  • Test retrieval efficiency

  • Optimize data structures

  • Fine-tune pricing models

Performance Considerations

While computation happens off-chain, our system's performance can be measured in:

  • Storage confirmation time: 1-2 blocks

  • Data retrieval speed: near-instant

  • Pattern processing: handled by Oracle system

  • Response delivery: 2-3 seconds for offchain analysis, onchain delivery delegated to block time

The actual costs will be determined during Mainnet Event (REI and SmartERC20), where we'll be able to measure and analyze data from real, scaled up usage.

Last updated