RESEARCH MEMORANDUMSOURCE REPOSITORY ↗
HOW IT WORKS / 2 MIN READ

Can this token actually be used?

Two tokens can track the same stock but give their holders different permissions. This fictional checklist turns a difficult question into a visible yes-or-no decision, with a reason attached.

Try the numbers ↓
01

Choose an action.

Transferring, lending, redeeming and posting collateral are different actions. This example assigns a small list of required conditions to each one.

02

Check every required condition.

Transfer requires verification and an allowed jurisdiction. Lending adds a lending permission. Redemption adds an open redemption window. Our deliberately strict collateral rule requires all four.

03

Explain the decision.

All required conditions must be true. If one is missing, the result says which one. The displayed dollar amount is the portion passing this example policy, not a legal valuation or a loan offer.

THE SIMPLE MATH

Allowed = condition 1 AND condition 2 AND every other required condition

A worked example

A $100,000 position can pass the transfer check when the wallet is verified and its jurisdiction is allowed. With lending permission unchecked, the same position fails the lending check. Its market value has not changed; permission to perform that action has.

YOUR TURN / INTERACTIVE EXAMPLE

Try a wrapper permission check

Move a slider or choose a scenario. The numbers update immediately.

One failed required condition blocks the selected action.

What this example assumes

All conditions and policy rules are fictional. An unchecked box means the condition has not been established. Real wrapper terms require source documents, effective dates, jurisdiction-specific review and a way to handle unknown or conditional rights.

The research formula, for the curious
THE MATHEMATICAL FOUNDATION

Terms become executable predicates.

Eligible(w, a) = ∧ₖ₌₁ᵐ Pₖ(w, a)

RiskWeightᵢ = min(1, g(redemption, transfer, jurisdiction, lending))

w
Wallet attributes and verification state
a
Requested transfer, lending or redemption
Pₖ
A required rights predicate
g
A specified rights-to-risk mapping

The interactive example isolates the core idea. Its assumptions are described above; it does not implement every part of the research model.