Skip to main content

priv_store

Think of it as a secure account that scripts can't touch.

- Unknown, marks.lost_and_found

priv_store is a special user that does not take a user slot, cannot be retired, and cannot run any scripts other than accts.balance and accts.xfer_gc_to.

It can be accessed by entering priv_store or user priv_store into the CLI.

A priv_store user is named similar to an NPC, and can hold up to 1B337MGC

You can transfer GC to your priv_store with accts.xfer_gc_to { to: "priv_store" }, but only when calling it directly in the CLI. Subscripts cannot target priv_store.

To target your priv_store in a subscript call, you must enter the actual name of your priv_store user.