# Existence unique per conduit **🟢 Beginner · Lesson 15** unique_per_conduit - each conduit scope holds its OWN single instance; stable inside the scope, separate across scopes. ## Before you run Use the [Beginner guide](../../beginner/index.md) for prerequisite concepts. Run from a checkout with Melder installed and Python 3.14 free-threading selected. The collection download includes the level's local helper modules. ## Run the saved script ```bash python UX_and_AIX_experiences/01_beginner/15_existence_unique_per_conduit.py ``` ```powershell py -3.14t UX_and_AIX_experiences/01_beginner/15_existence_unique_per_conduit.py ``` {download}`Download this collection <../../downloads/beginner-examples.zip>` · [Source on GitHub](https://github.com/Synaptic724/melder/blob/a30a754d0bb61db0b142936010cdb82cffecec6f/UX_and_AIX_experiences/01_beginner/15_existence_unique_per_conduit.py) ## Public surface md.Existence.unique_per_conduit ## Code ```{literalinclude} ../../downloads/01_beginner/15_existence_unique_per_conduit.py :language: python :linenos: ``` ## Check the outcome The script contains its own assertions or demonstrated refusal paths. Run it to evaluate those checks against your installed version. The code above is taken directly from the saved file; no run output is invented here. [More beginner examples](index.md) · [Level guide](../../beginner/index.md) ## Related guides - [Choose an instance lifetime](../../beginner/lifetimes.md) ## API contracts - [Existence](../../reference/api/resolution/existence.md)