-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EstuaryPinningContract on FEVM #11
Comments
As long as the user in this case can also be a service, therefore the service can charge its consumers whatever it needs to justify the FIL per CID price. |
The payment here may or may not be per CID. It can be denominated based on FIL per GB. E.i: if we have a price of 1GB = 1FIL, 2 CIDs that’s 0.5GB in size will cost 1 FIL. If someone wants to store 3.5GB worth of CIDs, they’ll have to pay 3.5 FIL. We would need an Oracle to get the FIL/USD to GB price. |
Does the user paying per cid mean that estuary would be charging for storage if accessed through the FVM vs our api? |
Why not have something more general? |
@kelindi this assumes that we will only strictly serve paying customers all APIs are authenticated via subscription service. @gmelodie we can. The contract can accept a CID and we will store it in an array Once we have those |
Idea/Proposal: EstuaryPinningContract on FEVM
Proposal/Overview
Create an EstuaryPinningContract to allow users to request CIDs to be processed by Estuary.
The text was updated successfully, but these errors were encountered: