Privacy Policy

Almost all the custom functions on the Elliptical add-on for Google Spreadsheets talk directly or indirectly to one of five domains: api.elliptical.gg, game-api.axie.technology, axieinfinity.com, api.roninchain.com and min-api.cryptocompare.com to fetch the information requested by the user (you). The relation of those domains and the add-on is shown in the diagram below.

Of all those five domains, the only one that’s under my control is api.elliptical.gg depicted in purple in the diagram above. PERSONAL INFORMATION (NAME, EMAIL, TOKEN, PROFILE, ETC.) IS NEVER SENT AS PART OF A REQUEST TO ANY OF THOSE DOMAINS. The addon doesn’t even request permission to read information from your Google profile to protect your identity.

The list below shows which custom function talks to which domain. Keep in mind that the arguments provided to the custom functions ARE SENT OVER to the server as part of a GET request. On my server (api.elliptical.gg) I do not collect, process or analyze those requests but I MAKE NO PROMISES of how that data is handled by the third party servers that are not under my control.

api.elliptical.gg

This is my own server but it makes further requests to third party servers (see chart above) to aggregate information passing over the provided wallet address.

  • ELP_RON_NAME(address)
  • ELP_RON_AXS(address)
  • ELP_RON_WETH(address)
  • ELP_RON_CLAIMED_SLP(address)
  • ELP_RON_UNCLAIMED_SLP(address)
  • ELP_RON_LIFETIME_SLP(address)
  • ELP_RON_MMR(address)
  • ELP_RON_RANK(address)
  • ELP_RON_LAST_CLAIM(address)
  • ELP_RON_NEXT_CLAIM(address)
  • ELP_RON_AXIES_COUNT(address)
  • ELP_RON_AXIES_VALUE(address)

min-api.cryptocompare.com

  • ELP_COIN_PRICE(symbol, date)

axieinfinity.com

  • ELP_AXIE_FLOOR_PRICE(baseClass, mouth, back, tail, horns, breedCount, pureness)

No server

The following custom functions don’t reach out to any external servers:

  • ELP_AXS_BREEDING_COST(breedingTimes)
  • ELP_SLP_BREEDING_COST(firstParentBreedingCount, secondParentBreedingCount, breedingTimes)