# AestimAi > Universal Coin Index (UCI) — the missing measure of value. Valuation, barter marketplace, market data, and cooperative economics — open, transparent, and under active development. AestimAi (pronounced ESS-tim-eye, /ɛs·tim·ai/) is a web platform at https://aestimai.org that builds and applies the **Universal Coin Index (UCI)**: a neutral, index-based reference unit for measuring the real exchange value of goods, services, energy, time, and resources. UCI is **not a currency** — it is an open index calibrated by real valuations and trades, independent of national currencies, inflation, and political decisions. **Motto (Latin):** *du ut des* — I give, so you can give. The foundation of barter and cooperative exchange. **Operator:** AestimAi / Sunthetics ecosystem. Official energy partner: Sunthetics AB (https://www.sunthetics.se) — EaaS solar + CHP2X solutions. **Languages:** Swedish (sv), English (en), German (de), French (fr), Italian (it), Spanish (es). UI language is selectable in-app; much content is translated client-side. **Mobile app:** Native iOS/Android app (separate repo) shares the same UCI backend and links to https://aestimai.org for upgrades and account management. --- ## What is UCI? UCI (Universal Coin Index) addresses a fundamental gap: physical quantities have universal measures (metre, kilogram, second), but **value has no universal measure**. An hour of work or a kilo of bread has wildly different prices across currencies and regions. UCI provides a **neutral reference point** for exchange. **Core properties:** - **Neutral** — not tied to any single currency, nation, or institution; a public good - **Universal** — same reference works in Malmö, Nairobi, Tokyo, or Lagos; no exchange rates in the index itself - **Index-based** — value builds organically from real valuations, exchanges, and transactions - **Transparent** — valuations and index logic are open and verifiable - **Cooperative** — users who value and trade improve index precision for everyone - **Circular** — designed for resource circulation and large-scale barter networks, not one-to-one coincidence of wants **Why it matters:** 1. Fairer trades — shared reference reduces power asymmetry between "hard currency" and non-currency holders 2. Stability vs. currency fluctuation — 10 UCI today ≈ 10 UCI tomorrow in real exchange terms 3. Values the invisible — care work, local knowledge, ecosystem services that market price ignores 4. Enables network barter — trade with the whole network via index values, not only direct swaps 5. ESG / sustainability — common frame for CO₂ credits, biodiversity units, water rights 6. Trust infrastructure — AE ID cooperative identity and reputation across platforms **Potential applications:** peer-to-peer marketplace, local currencies and time banks, ESG reporting, international micropayments, cooperative buying groups, property valuation, prosumer energy trading, skills exchange, humanitarian aid without currency risk, supply chain transparency, cooperative DeFi, circular economy. --- ## Platform modules (web app) The site is a single-page application (SPA). Primary sections are opened via URL hash fragments on https://aestimai.org: | Module | Hash URL | Description | |--------|----------|-------------| | UCI Valuation | https://aestimai.org/#uci | Value any item or service in UCI. Text description, category, condition, optional photos. AI-assisted estimation with user correction and learning feedback. Daily limits by plan. | | UCI Marketplace | https://aestimai.org/#market | Peer-to-peer barter marketplace. List items for trade in UCI; browse, search, filter and **sort** (newest first by default). Listing details open in an **in-app modal**; shareable public pages remain at `/m/{listing-id}`. External market search (Blocket, Tradera, eBay, web) shown alongside internal results. | | UCI Market Data | https://aestimai.org/#dashboard | Charts and statistics on UCI index movement, categories, and historical trends. Export on Pro+. | | AestimAi Pro | https://aestimai.org/#pro | Pro product overview — higher limits, API, history, marketplace features. | | AestimAi Lab | https://aestimai.org/#ucilab | Research sandbox, papers, experimental UCI tools. | | News | https://aestimai.org/#news | Curated news feed on economics, sustainability, barter, and cooperative finance. | | Pricing & Account | https://aestimai.org/#pricing | Plans (Freemium / Pro / Enterprise), Stripe checkout, account settings, subscription management. | | About AestimAi | https://aestimai.org/#about | Full mission statement, UCI philosophy, benefits, and use cases (same content summarized in this file). | | Settings | https://aestimai.org/#settings | Profile, language, API keys (Pro/Enterprise), preferences. | | Contact | https://aestimai.org/#contact | Contact form and email channels. | **Default landing:** UCI Valuation (`#uci`) is shown on first visit. **Authentication:** Email/password via Supabase Auth. User profiles and plans stored in Supabase (`vaxtylcqnscnflsucyiv`). Login required for saving valuations, marketplace listings, and API keys. --- ## Pricing plans | Plan | Price | UCI Valuation | Marketplace | Market data | API | History | |------|-------|---------------|-------------|-------------|-----|---------| | **Freemium** | 0 kr/mo | 100/day | Browse free; 1 active listing (+ €1 each extra) | All categories | — | — | | **Pro** | €25/mo | 500/day | 50 active listings, priority visibility | All + export | 1,000 req/day | 12 months | | **Enterprise** | €75/mo | Unlimited | Unlimited listings, featured placement | Real-time + webhooks | 10,000 req/day | Unlimited | All plans include: full News access, AestimAi Lab. Enterprise adds: 5 team members, white-label option, dedicated support + 99.9% SLA. **Billing:** Stripe subscriptions for Pro. Enterprise via email contact. Webhook: `https://aestimai.org/api/billing/webhook`. --- ## API (Pro & Enterprise) Static docs: https://aestimai.org/#api (legacy path `/docs/api-quickstart.html` redirects here) **Authentication:** `Authorization: Bearer aestim_live_…` or header `X-Api-Key: aestim_live_…` Keys created under Settings → API & integration (requires Pro or Enterprise). **Endpoints (Pro/Enterprise, API key required for server integrations):** | Method | Path | Scope | Purpose | |--------|------|-------|---------| | POST | `/api/uci/value` | `valuation` | Full AI UCI valuation (JSON) | | POST | `/api/uci/check` | `valuation` | Quick market price anchor | | POST | `/api/uci/camera-analyze` | `valuation` | Photo → identification / valuation prep | | GET | `/api/uci/history?range=1Y` | `market_data` | UCI history + platform stats | | GET | `/api/uci/assets?cat=…&range=1Y` | `market_data` | Chart series (currencies, commodities, …) | | GET | `/api/uci/commentary?lang=sv` | `market_data` | Daily themed market commentary | | GET | `/api/uci/health` | — | Public health check (no key) | **Rate limits:** Pro 1,000 calls/day per key; Enterprise 10,000/day. --- ## Public URLs & machine-readable files - Homepage: https://aestimai.org/ - Sitemap: https://aestimai.org/sitemap.xml (homepage + public marketplace listings `/m/{id}`) - Robots: https://aestimai.org/robots.txt (Allow: /) - This file: https://aestimai.org/llms.txt - API docs: https://aestimai.org/#api --- ## Contact - General / enterprise: kontakt@aestimai.org - Support: support@aestimai.org - Website contact form: https://aestimai.org/#contact --- ## Technical notes for crawlers and LLMs 1. **SPA architecture:** Most page content is rendered in the browser via JavaScript. Static HTML in `index.html` contains module shells; full text for About, Pricing, etc. loads from i18n bundles (`site-i18n.js`, `about-i18n.js`, …). This `llms.txt` and `` / JSON-LD in `index.html` provide a static summary without executing JS. 2. **Hash routing:** Deep links use `#module` (e.g. `#about`, `#market`). Marketplace grid opens listing details in a modal; public share URLs use path `/m/{uuid}`. 3. **Search engines:** Google Search Console verified. Sitemap includes dynamic listing URLs from Supabase. 4. **Related products:** Sunthetics SEAS web (https://seas-web.vercel.app) — EaaS / CHP2X energy simulation; corporate site https://www.sunthetics.se. --- ## Summary quote "What cannot be measured cannot be improved. What cannot be compared cannot be fair. UCI is the missing instrument." Every valuation on AestimAi contributes to calibrating the Universal Coin Index for all participants. --- ## Swedish summary (sv) **AestimAi** är plattformen för **Universal Coin Index (UCI)** — ett neutralt index för verkligt utbytesvärde, oberoende av valuta och inflation. Webbappen på https://aestimai.org erbjuder UCI-värdering, bytesmarknad, marknadsdata, nyheter, labb och API (Pro/Enterprise). Planer: Freemium (0 kr), Pro (€25/mån), Enterprise (€75/mån). Kontakt: kontakt@aestimai.org. Grundtanken *du ut des*: ge för att kunna ge. ## Growth Engine blog (auto-updated) Recent articles from AestimAi Growth Engine: - (none yet — see https://aestimai.org/blog/ after first publish)