PUBLIC APP
Browser-memory product demonstration using synthetic or authorized content. No account or wallet required.
DOCUMENTATION / PUBLIC ALPHA
SHREDDAR compiles a sensitive document or request into the minimum useful context an AI task needs, keeps identity mappings inside a trusted boundary, and leaves a privacy-minimized receipt.

01 / OVERVIEW
Useful documents mix task-relevant meaning with names, contact details, credentials, exact values, wallet information, and proprietary facts. Sending the complete source to every model or tool creates exposure the job may not require.
SHREDDAR treats privacy as a compilation decision: which facts are relevant, how precise they must be, where they may travel, and what must stay inside the trusted boundary.
The product and the planned token launch are separate. The website and app do not connect wallets, and a token is not required to use the alpha. Any token transaction takes place through pons, outside the SHREDDAR product interface.
Explore the complete product system →02 / ARCHITECTURE
Find sensitive entities, secrets, exact values, and linkable facts.
Apply the stated task and policy to determine what is actually necessary.
Pseudonymize, generalize, conceptualize, remove, block, or keep local.
Send only approved protected context to the configured model or tool.
Guard the return and resolve authorized current-session references locally.
Record policy, counts, route, timing, and integrity metadata—not the source.

Browser-memory product demonstration using synthetic or authorized content. No account or wallet required.
OpenAI-compatible request path that runs inside the deployer's own trust boundary.
Explicit transformation rules and current-session identity mappings that remain local.
Transformation, routing, timing, and integrity evidence without prompt or mapping retention.
03 / PRODUCT GOALS
Preserve the meaning an AI task needs while reducing unnecessary disclosure.
Make outbound context visible before inference and keep identity mappings local.
Fail closed on credentials, local-only classes, unsafe reconstruction, and unknown routes.
Record transformations and integrity metadata without recording prompts or Vault mappings.
Sensitive context prevented from leaving trusted environments in successfully completed protected requests—reported with task utility and reconstruction accuracy, never by itself.
04 / PLANNED TOKEN LAUNCH
SHREDDAR plans to launch through pons v2 on Robinhood Chain. Pons mints the fixed supply to a constant-product bonding curve, then graduates the launch into a permanently locked full-range Uniswap v4 pool. Final parameters and addresses will be verified onchain before they are presented as live.
The fixed supply is minted to the pons curve. No private presale or pre-minted team allocation.
Anyone can buy or sell against deterministic constant-product pricing. Larger orders create more price impact.
When the curve reaches its threshold, graduation can complete permissionlessly.
Trading moves to a full-range Uniswap v4 pool and the liquidity position remains permanently locked.
The planned token does not gate the SHREDDAR app, unlock privacy processing, or replace strict PAYG product pricing. No wallet connection is being added to the website or app.
Holding the token does not represent equity, ownership, revenue share, a claim on treasury assets, guaranteed utility, or an expectation of profit. Any future rights or functions require separate implementation and documentation before they can be claimed.
05 / DEVELOPERS
docker compose up --buildOPENAI_BASE_URL=http://127.0.0.1:8787/v1curl http://127.0.0.1:8787/healthzOPENAI-COMPATIBLE
from openai import OpenAI
client = OpenAI(
base_url="http://127.0.0.1:8787/v1",
api_key="local-dev"
)
response = client.chat.completions.create(
model="configured-upstream",
messages=[{"role": "user", "content": private_context}],
extra_body={
"shreddar_task": "Review termination obligations",
"shreddar_policy": "strict-v1"
}
)
print(response.model_extra["shreddar"]["receipt"])/v1/analyzeClassify risk and preview policy actions./v1/protectCompile raw task context inside your boundary./v1/reconstructResolve authorized current-session placeholders./v1/chat/completionsProtect, infer, inspect and STITCH./v1/shardCreate semantic compartments for local routing./v1/receiptsInspect privacy-safe execution evidence.06 / ROADMAP
Browser-local playground, policy controls, SHARD previews, receipts, and a self-hosted OpenAI-compatible gateway.
Five permissioned non-team developers complete useful protected requests and inspect the outbound context and receipt.
Publish final terms, fee recipient, risk review, creator-wallet policy, launch URL, and verified contract address.
Launch through the public pons v2 curve only after the readiness record is complete. No private round.
Track product evidence, creator-fee receipts, treasury use, and launch state separately from token price or volume.

07 / RISKS + LIMITS
Detection can miss sensitive data or remove useful context. Review protected output before external inference.
A launch token can be volatile, illiquid, or lose all value. Nothing in these docs is a return promise or investment advice.
Smart contracts, wallets, RPCs, indexers, the bonding curve, and graduation can fail or behave unexpectedly.
Pseudonymized or sharded information may remain linkable. Exposure reduction is not anonymity or cryptographic secrecy.
08 / QUICK ANSWERS
No. The website, public app, and self-hosted privacy gateway do not require or include wallet connection. A future token trade would happen on pons.
No. Product access and token participation are separate. The alpha remains open without a token.
It is the planned SHREDDAR creator fee on the quote side of each trade. Pons' current 1% base fee applies separately, making the expected ordinary total 3% if that base rate is unchanged at launch.
There is no SHREDDAR token contract yet. The verified address, launch transaction, terms, and official pons page will be published together after deployment.
The public playground is browser-local. The gateway behind https://app.shreddar.pro is authenticated and reserved for operator verification; it is not anonymous hosted private-data processing. The planned pons launch has not occurred, no SHREDDAR token contract exists, and these launch terms are not an offer, return claim, or representation that a token has current utility.
Review product security and limitations →