> ## Documentation Index
> Fetch the complete documentation index at: https://doc.codanetwork.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Decision model

> See how Coda evaluates context and policy before a digital asset action proceeds.

# Decision model

Coda evaluates each digital asset interaction against the controls your
institution defines. The model separates the inputs used for a decision from
the downstream system that carries out the action.

## Decision inputs

<AccordionGroup>
  <Accordion title="Interaction context" icon="wallet">
    Include the wallet, asset, amount, destination, customer, and workflow facts
    that are relevant to the action being evaluated.
  </Accordion>

  <Accordion title="Institutional intelligence" icon="database">
    Bring signals from the systems and providers your institution already uses.
    Those sources remain authoritative for their data.
  </Accordion>

  <Accordion title="Institution-defined policy" icon="shield">
    Apply controls that reflect your institution's requirements and operating
    model. Your institution remains the policy authority.
  </Accordion>
</AccordionGroup>

## Decision outcomes

<Tabs>
  <Tab title="ALLOW" icon="circle-check">
    The evaluated interaction satisfies the policy conditions required to
    proceed.
  </Tab>

  <Tab title="REVIEW" icon="clock">
    The interaction requires institutional review before the downstream action
    continues.
  </Tab>

  <Tab title="DENY" icon="ban">
    The interaction does not satisfy an enforced policy condition and must not
    proceed.
  </Tab>
</Tabs>

## Decision evidence

Coda returns evidence with the outcome so your institution can understand what
was evaluated and why the decision was reached. This supports operational
review without turning Coda into your system of record.

<Info>
  The exact inputs, policies, and downstream actions depend on the integration
  agreed with Coda Network.
</Info>
