📂 Developers

# Fees

Table of Contents

There are some one-time setup/maintenance costs and the ongoing costs to call an Airnode. The Airnode protocol is designed in a way that the requester assumes all gas costs, including the request fulfillment (response) transactions.

# Sponsors

Fees are encountered when a sponsor engages in setup activity such as sponsoring a requester. These are per call transaction gas costs and are relatively small. Funds will come from the wallet mnemonic that the sponsor supplies when calling certain admin commands as shown below.

# Airnodes

Fees are encountered, as transaction gas costs, when funding a requester's sponsor wallet for an Airnode and when executing the Airnode in response to a request.

  • Funding a sponsor wallet associated with an Airnode: A sponsor wallet is funded manually by a sponsor using their preferred wallet management tool such as MetaMask.

  • Calling an Airnode: Transaction gas fees are withdrawn from the sponsor wallet related to the Airnode being called by a sponsored requester.

Designated Sponsor Wallets

Sponsors should not fund a sponsorWallet with more then they can trust the Airnode with, as the Airnode controls the private key to the sponsorWallet. The deployer of such Airnode undertakes no custody obligations, and the risk of loss or misuse of any excess funds sent to the sponsorWallet remains with the sponsor.

Learn more about sponsor wallets in the reference section.

# API Provider Fees

Some API providers charge a subscription fee to access their data. This is a typical practice and usually requires the requester to create an account on a website and then subscribe to a level of service offered. These types of services are usually billed monthly and can be based on an annual rate to save costs. The subscription (even if free) will most likely involve the use of a security scheme such as an api-key that must be used to access the data. See Calling an Airnode to learn more on how to pass the security credentials to an Airnode.

Last Updated: 8/9/2022, 2:28:25 PM