Actagora is a payment cloud: you hold euros, dollars or yen and pay anyone on it instantly, in ordinary currency amounts — you send 20 €, the payee receives 20 €. What makes it different is what your balance is underneath: not a bank deposit, but your own holding in a money-market mutual fund, recorded in your name on Actagora's register. When you pay, the register moves the corresponding fund holding from your name to the payee's in one entry, final the moment it is written.
That design gives three properties, each stated precisely:
Under the hood, every entry on the ledger is signed with post-quantum, hash-based signatures and the whole journal is independently re-verifiable: an auditor can replay it from the first entry and reproduce every balance. Claims about security are always bounded — component by component, under stated assumptions — never absolute.
The demo models one umbrella money-market fund with three currency-hedged share classes. All figures below are simulated.
| Class | Currency | NAV (simulated) | Unit |
|---|---|---|---|
| Class E | EUR | 1.0000 constant | 1 share = 1 EUR micro-unit × 10⁶ |
| Class U | USD | 1.0000 constant | 1 share = 1 USD micro-unit × 10⁶ |
| Class J | JPY | 1.0000 constant | 1 share = 1 JPY micro-unit × 10⁶ |
Founder — Martin Paasi. Martin has spent nearly three decades inside the machinery Actagora is built on: mutual funds. An M.Sc. in economics from Hanken and a Certified European Financial Analyst, he began as a securities broker and portfolio manager at Handelsbanken and chief analyst at the Helsinki Stock Exchange, then moved to the fund industry proper — portfolio manager and, from 2001, CEO of Seligson & Co, the fund company that listed Finland's first exchange-traded fund in 2002. He went on to lead East Capital Asset Management in Stockholm as CEO and Amanda Capital as CEO, and founded the advisory firm Recubator in 2011. For over a decade from 2014 he was Nordnet's economist and one of Finland's best-known voices on saving and investing, co-hosting the #rahapodi podcast and chairing Suomen Ekonomit (the Finnish association of business-school graduates) from 2021 to 2024. Actagora is his answer to a question he has circled that whole career: why can't the money in your pocket be the fund share itself?
Engineering — Claude. Actagora's software is designed, built and tested by Claude, Anthropic's AI model, working as the project's engineering lead under the founder's direction. That is an unusual arrangement, so we state it plainly — and design for it: the system is built so you never have to take its author's word for anything. The core ledger is specified in a formal (TLA+) model checked exhaustively before code; the code itself is a deliberately small, zero-third-party-dependency Rust core; every milestone had to survive an adversarial gate (crash storms, forged messages, tampered logs) before the next began; and the entire journal is signed with post-quantum hash-based signatures and can be re-verified by an independent tool from the log alone. Trust the verification, not the author.
The same register that serves individuals serves corporate treasuries: many accounts under one organisation, paying each other with instant finality and holding working capital in yield-bearing form. Aggregated statements, multi-entity views and purchase-to-pay reporting are on the roadmap for a later demo milestone; the API that underpins them (live now) is documented in the OpenAPI contract.
Actagora Demo Cloud · sandbox environment · simulated fund — no real money.
Questions about the design? Every claim above is bounded on purpose: precise guarantees,
stated assumptions, no absolutes.