How SpinOut U's programmable contracts power attribution, licensing, royalties, and decentralized venture governance.
Immutable record of who contributed what, when. Used for IP recognition and rev share alignment.
π View on Etherscancontract Attribution { address public inventor; string public blueprintHash; constructor(address _inventor, string memory _hash) { inventor = _inventor; blueprintHash = _hash; } }
Auto-enforced terms: usage rights, time limits, sublicensing, payment flowsβattached to NFT or blueprint.
π View on Etherscancontract Licensing { address public licensee; uint256 public duration; constructor(address _licensee, uint256 _duration) { licensee = _licensee; duration = _duration; } }
Splits payouts instantly across wallets based on smart contract logicβTTOs, founders, studios, advisors.
π View on Etherscancontract RoyaltyRouter { address[] public recipients; uint[] public shares; constructor(address[] memory _recipients, uint[] memory _shares) { recipients = _recipients; shares = _shares; } }
Enable campus-wide, studio-wide, or venture-specific token governanceβvote on forks, funding, launch paths.
π View on Etherscancontract GovernanceDAO { address public chair; uint public proposalCount; }
How SpinOut U's programmable contracts power attribution, licensing, royalties, and decentralized venture governance.
Connect your wallet to deploy contracts, vote in DAOs, and simulate funding logic directly from your dashboard. WalletConnect & MetaMask support launching shortly.
Try a mock proposal vote based on token ownership. Great for university spinout governance, co-founder vesting, or studio fork votes.
Your vote is based on mock token balance. This will soon integrate real wallet holdings.