Is it possible to run a Permissioned Blockstack?

Hi ALL !
I was wondering if it is possible to run a permissioned, private Blockstack node for Enterprise use which syncs with other nodes in the Atlas network? Are there any live examples of this?

It is possible, but we have no plans for supporting it. You’ll need to deploy a permissioned Bitcoin network underneath it to store the name registration transactions. Take a look at the integration test framework in Blockstack Core for some examples of how to go about setting it up (i.e. the integration test framework spins up its own regtest Bitcoin node to simulate various transaction histories).