Main Functionality
Fractals enables the creators to tokenize their physical infrastructure by offering a pump.fun-style contract template deployer. The deployer is the sole owner of the contract, and is fully responsible for managing its parameters.
The smart contract comes packed with a swap functionality, allowing an owner to deposit their shard tokens and offer them on the Fractals marketplace. The owner of the contract can specify the SPL token they wish to receive in return for their shards and designate any distribution token to compensate shard holders. Once purchased, shard token holders have their tokens automatically staked in the smart contract's vault. Staking starts the timer which enables buyers to claim upcoming tokens throughout the distribution cycle.
The goal of Fractals smart contracts is to make them a de facto Swiss army knife of tokenization, powering placement management, swap logic, and distributions, all in one program.
The program consists of two tightly-coupled services under one Solana address:
A fixed-price swap desk for trading shards.
A time-weighted staking pool for reward distribution.
The contract acts as a custodian of shards, custodian of rewards, payment recipient, and reward distributor.
Last updated