# Step 1: The Bridge | Inbound

1. **User Action:** User sends 1 ETH to the Spectra Vault Contract on the Ethereum Network.
2. **Nexus Verification:** Nexus Nodes monitoring Ethereum detect the deposit and wait for block confirmation.
3. **Attestation:** Nodes sign a message on Solana confirming that the address deposited 1 ETH.
4. **Minting:** The Spectra Core on Solana verifies the signatures and mints 1 spETH, or Spectra Wrapped ETH, into the user Solana wallet.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spectratoken.xyz/5.-transaction-lifecycle/step-1-the-bridge-or-inbound.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
