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 or 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.
A priv_store user cannot be attacked or breached as it does not have a loc.
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.
Edge Cases & Notable Behaviours
Attempting to send any amount of GC to a priv_store that is not associated with your account will always return the following irregardless of the balance of the priv_store user:
Failure
User can't store that much GC. Recipient must init to tier 2.
Attempting to send GC to your priv_store when it is full will return the following, including when the transfer is subscripted:
Failure
balance would exceed the priv_store limit of 1B337MGC