ORIGO is where your work remembers where it came from. Register it in one move. Say who can build on it and what comes back to you when they do. Your face, your voice, your footage: you say yes, and you can take that yes back.
This is your studio. Register what you make, say what people may do with it, wire your accounts once, and make it law where you live.
FlowMe will walk you through your next step, hands-on.
Music, video, photos, a script, a 3D model, a song somebody sang in your kitchen. Same spine for all of it.
Your file is fingerprinted here, in your browser. We keep the fingerprint. You keep the file.
LiveKeep it, or put it in the pool. Pool it and 10% of whatever a derived work earns comes back to you, forever.
LiveA face, a voice, somebody's house, a piece of music. They answer from their own phone, and they can take it back. Every cut built on it goes with them.
LivePulling it out of the pool writes the usage and the lineage in the same breath. A cut can never lose track of what it was made from.
LiveThe split runs and the share climbs back up the graph to everyone the work was made from. Ancestors can never take more than half, so whoever made the thing keeps the majority.
LiveThe certificate is evidence. A national registry is title. ORIGO fills the real government forms and hands you the envelope to send.
🇲🇽 LiveThis isn't a screenshot. Paste a lyric, a title, a script — anything you made. It's hashed on your device, signed, and written to the real ORIGO ledger with a certificate. Nothing leaves your browser but the fingerprint.
Works registered
Latest certificate
On-device fingerprinting
Everything people have opened up, with the licence attached and the way back to whoever shot it already wired. Pull a clip and the usage is written for you: nobody has to remember to give credit, and nobody has to chase anybody for it later.
Cut with it, remix it, translate it. Credit required. 10% of what your version earns walks back to the person who shot it. A paid project needs its own conversation.
Same thing, and it can go into something that sells. Same credit, same 10% home. The clip only reaches this shelf because its owner put it here.
Registered, fingerprinted, anchored, credited to you, and nobody can build on it. Keeping it costs you nothing. That is what makes the other two an offer instead of a toll gate.
Ranked by how close a work sits to what you are building: the same source first, then the people already in your split, then the project, then the medium. Every suggestion says why it came up, so you can argue with it.
Put a number in and watch it break apart. Everyone in the split takes their share, then every work this one was built from takes the cut its licence asked for, all the way up. Ancestors can never take more than half: whoever made the thing keeps the majority.
ORIGO is a registry. It is not a broker, a platform that sells your work, or an investment of any kind. Registering is free and what it gives you is a record of ownership and a royalty path: who is owed what share, if and when the work earns. ORIGO never holds your money and cannot make anything earn.
ORIGO cannot make anything earn. What it can do is sit underneath the places where work already changes hands in our own flow, so that when something does earn, the split runs on the real number instead of on somebody's memory.
Event drops, cuts and films. The clip you shot carries its certificate into the edit, and what the cut takes in from supporters is split against that.
Ebooks, courses, masterclasses and sessions. A voice can register her offering as a work, say which pieces from the pool she built it with, and a sale of it is written against that certificate.
A shop we did not build can report a sale against a certificate, and the same arithmetic runs on it. ORIGO does not have to be the shop, and it never is the bank.
Numbers on this page come from the registry as it is right now, not from a slide. Where something is built but nobody has used it yet, it says so.
Somebody in Oaxaca or Buenos Aires gets paid in pesos, into the account they already have, without ever touching a wallet or learning a single new word.
Revenue lands on a split contract and each person withdraws directly. ORIGO never holds a balance or a key on either rail: we do the arithmetic, the money is never ours.
A licence says what anyone may do with the FILE. It says nothing about the people inside it. Ask them here and they answer from their own session, so the record says they agreed rather than that somebody said they did. And they can take it back at any time, which is the part that makes it consent at all.
Nobody had to be asked, or everybody answered. It can go out.
It can still be pulled into something free. It cannot go into anything that sells until they reply.
Refused, withdrawn, or the grant ran out. Nothing pulls it, and every cut already built on it is blocked with it.
Licence, split, lineage, clearances and proofs in one file anyone can read and archive next to yours. It is generated the moment you ask for it, never stored: if somebody withdrew their face this morning, the contract says so this morning.
ORIGO is a registry with an interface, not a site you have to publish through. Everything on this page is these calls, and nothing is private to us: the same ones run from a browser, a server, a Cloudflare Worker or a Deno edge function, because the client is plain fetch with no dependencies.
import { createOrigo, hashFile } from '@flowbond/origo';
const origo = createOrigo(); // acts as the signed-in person
// say a thing exists and who it belongs to. the bytes never leave the device
await origo.register({ title, contentHash: await hashFile(file), medium: 'video',
license: { tier: 'pool_free', upstream_bps: 1000 } });
// take something out of the pool. throws if the licence does not allow it
const asset = await origo.pull(certId, { commercial: true });
// build on it. lineage is required, so a cut cannot lose its sources
await origo.derive({ title, contentHash, parents: [{ cert_id: asset.cert_id }] });
// ask the people in it. they answer from their own session, and can withdraw
await origo.requestPermission({ certId, kind: 'likeness', grantor: { handle } });
// tell the registry something happened. replays are idempotent
await origo.report({ certId, event: 'sale', amountMinor, currency, externalRef });
// who is owed what, if it earned that. moves nothing
await origo.settlePreview(certId, amountMinor, 'USD');
// the whole rights position as one document a festival can read
await origo.agreement(certId);
// what to reach for next, along the path you are already on
await origo.suggest({ certId });
// everything about one work: licence, split, ancestors, proofs, in one trip
await origo.resolve(certId);
The schema is not exposed to PostgREST. Every one of these goes through a function that checks who is asking, and a signed-in caller is always attributed to themselves, so nobody can register as somebody else. A server may act for a person but has to name them.
Picking one chain for everything would have meant doing one of these jobs badly. Proof of existence has to be free and permanent, and money has to be cheap to move and easy to withdraw. Those are not the same chain.
Only the SHA-256 digest leaves. Public calendars batch thousands of them into one transaction and pay that fee themselves, so there is no wallet, no key and no cost here, ever. The receipt is checkable by anyone against any Bitcoin node, offline, without trusting us.
When somebody wants an on-chain rail, the split is written into a 0xSplits contract controlled by a Safe. Revenue lands on the split address and each person withdraws directly: ORIGO holds no balance and no key. The contracts are public and already there, ours are not deployed.
Both addresses were checked on Base mainnet on 18 September 2026 and both hold code. No treasury has been created for any project yet, so nothing has ever been paid through this rail.
Under the Berne Convention copyright is yours the moment you make the thing, in every one of the 180-odd countries that signed it. Nobody has to grant it and no office can withhold it. What a national registry adds is evidence a court will accept, and in one country the right to sue at all. So the honest answer is that these paths are not equally hard, and one of them does not exist.
The hardest of the three that are real, and the one ORIGO does for you. INDARELÍN, the online portal, has been suspended since February 2026, so it goes by email now, with a handwritten signature and a bank payment. ORIGO fills the official RPDA-01 from your profile and assembles the whole envelope.
Your profile and your work fill the real RPDA-01, and the pseudonym annex, ready for you to read.
Print it, sign it by hand, scan it. INDAUTOR wants a handwritten signature on a work.
The federal fee through e5cinco, online or at a counter, with the hoja de ayuda ORIGO includes.
ORIGO drafts it to registro.obras@cultura.gob.mx with every document attached. You press send.
Simpler than México, and it matters more. Since Fourth Estate v. Wall-Street.com (Supreme Court, 2019) a US court will not hear an infringement claim until the Office has actually granted the registration, not merely received the application. The Court noted the average processing time was around seven months, so this is the one worth doing before you need it rather than after.
Literary, performing arts, visual arts, motion pictures, photographs, or other digital content. copyright.gov/registration
$45 for one work by one author, not made for hire. $65 for the standard application. The fee schedule is the only thing to trust on price.
The file itself. Your ORIGO certificate is not a substitute, but it is what proves the date while you wait.
Voluntary deposit through TAD, the country's remote-procedures portal. Being mapped so the same one move works for an Argentine creator.
No EU-wide copyright registration exists. EUIPO runs trademarks and designs, not copyright, and there is no unified EU copyright title. Your work is protected automatically in all 27 member states. A few countries keep a voluntary national register, useful only as dated evidence, which is the job your ORIGO certificate already does.
WIPO does not register copyright and has no copyright database. It runs the treaties the national offices sit under. WIPO PROOF, its digital timestamp, was discontinued in January 2022; existing tokens stay valid. OpenTimestamps does that job here, for free.
In every signatory country the right exists from the moment of creation and registration cannot be made a condition of it. What you are ever missing is proof of the date, and a cheap independent one is exactly what the Bitcoin timestamp on your certificate is.
Registering proves you made it. Shipping gets it heard. FlowMe walks you through connecting every account an independent artist needs — identity, distributor, streaming profiles, publishing & royalties, socials, payouts — so each release goes out in one move.
A guided checklist that lives on your device. FlowMe shows you exactly where to sign up, what to claim, and how your ORIGO ownership splits carry into your distributor — so you never lose a credit or a royalty.