OK I think a trick I can use, to avoid needing to run sync --nostop to find peers for a new wallet,
is to just copy the peers file from the original CLI wallet (i.e. the admin wallet) to the folder of the new wallet, such as for a shareholder’s wallet.
A problem I can see is that for a more robust wallet such as an HD Wallet implementation,
if a new HD child address is used for each transaction (to keep it most secure)
the BSV funds left over after the transaction (the change due) will have to keep moving up to be in a fresh block so as to minimize sync time. So a P2PKH tx would have to be run to move it to a fresh block. Otherwise each wallet address will overtime fall farther and farther back from the tip of the blockchain and so will take longer and longer to sync after each Tokenized Action Tx. So it would be a lot of work to keep track of all those HD child addresses.