First of all, welcome to Bitcointalk forum. If you want more people read your idea, it would be great if you convert markdown to BBcode to make it's easier to see/read.
#### Data structure of O-UTXO
The structure is like this
```js
{
account: '<Public key of the owner of the O-UTXO>'
amount: '<Token number in the O-UTXO>'
}
```
Is this really for Bitcoin network? Unlike Ethereum which use account-based address, Bitcoin use UTXO-based address.
I will convert to BBcode ASAP.
Yes, this is for Bitcoin. As the titile OMNI-UTXO said, the transactions will be UTXO based.