# Cryptopatronage platform * allow a creator to define a list of "rates" onchain, and give them a list of supporters based on historical transfers decaying at those rates. references: historical data: https://github.com/colorfulnotion/polkaholic https://github.com/paritytech/substrate-archive https://polkadot.js.org/docs/api/examples/promise/read-storage-at onchain storage: https://polkadot.js.org/docs/substrate/storage/#identity https://polkadot.js.org/docs/substrate/extrinsics#identity * pull payments from subscribers to creator. * allow supporters to set up "automatic" transfers - they give an account proxy or delayed proxy permission, that account is used by a service to perform the regular "pull" of payments to their account, along with a small service fee. references: https://github.com/canontech/proxy-hot-wallet https://polkadot.js.org/docs/substrate/storage#proxy https://github.com/ShokuninNetwork/Kusama-Network-Proxy-Visualizer https://polkadot.js.org/docs/substrate/extrinsics#proxy longer term ideas maybe?: * batch encrypt content for supporters (based on their public key) - host on some file storage platform and notify * supporters pay for storage of their encrypted content (but can download and then stop paying) * hosted gateway service. Creators provide us with a link and we provide them with a short URL they can give their followers. When their followers click the short URL, it requests a signature from them, and if they are a supporter, it redirects them to the link with an added signature in a URL param string that creators can use to check if someone has leaked their content, or only allow a limited number of accesses to a page, otherwise it tells them how to support the creator. Should also be available as standalone js that creators can embed on their pages.