Accurendocs
Start free

Security

What we store

Public chain data, the record derived from it, and the settings you chose. No keys, because there is nowhere to put one.

#What Accuren holds

KindExampleWhy
Watched addresses0x7a1c…4f9e, labelled ledgerTo know what to replay and what is a self-transfer
Derived eventsMultiplier accruals, disposals, basis lotsThe record itself
Public reference dataMultiplier history, published FX rates, issuer filingsSo a past figure can be recomputed and checked
SettingsJurisdiction, currency, lot matching, classificationThey decide every figure
ExportsGenerated filesImmutable, so an amendment has a paper trail

What it never holds

Private keys, seed phrases, signing sessions, or wallet approvals. There is no field for them anywhere in the product.

#Getting it out

bash
curl "https://api.accuren.xyz/v1/export/full?format=json" \
  -H "Authorization: Bearer $ACCUREN_API_KEY"

The full export is everything above, in one file: events, multiplier archive, rates, settings, and the labels you confirmed. It is your record of your position and it should outlive your subscription with us.

#Deleting

  • Removing an address stops the watch and deletes its derived events.
  • Closing the account deletes addresses, events, settings, and keys.
  • Public reference data stays. Multiplier history and published rates are not personal data, and dropping them would destroy the archive for everyone else who holds the same token.

Export before you delete

Deletion is not reversible, and the multiplier history behind your figures may no longer be recoverable from the chain by the time you want it back.

⌘I