# Vouch

**Vouching** indicates a high degree of trust.

In Ethos you vouch by staking Ethereum in an Ethos profile, a wallet address, or a social attestation. This fundamental core mechanism is how Ethos captures a network of trusted relationships. It represents the extent to which you are supported by allies and supporters, and thus strongly impacts credibility.

### Financial Stakes

Vouching, unlike [review](https://whitepaper.ethos.network/ethos-mechanisms/review "mention"), requires a backing asset: staked Ethereum (and in the future, other ERC-20 and yield bearing assets). This forces you to choose how you would allocate your trust and in what amounts and ratios. Does your entire network get equal trust, or would you vouch for some more than others?

The amount of Ethereum staked represents the magnitude of the trust placed in you, but there are diminishing returns to prevent whale abuse. 100 vouchers for 0.1e for the same person have an outsized impact compared to 1 voucher for 10e.

However, the person you vouch DOES NOT HAVE DIRECT CONTROL over the backing asset. They cannot withdraw, spend, or re-allocate those staked funds.

### Impact on credibility score

In the Ethos webapp, credibility score is earned through vouching over time, as opposed to instantaneously. That credibility is currently earned over a 6 month bond.

### Mutual Respect

When you vouch someone and they vouch you back, Ethos notes your mutual stake. This is commonly referred to as a (3,3) relationship. Credibility and rewards for both of you are magnified. However, defecting from a mutual stake represents a greater indication that you might be untrustworthy; why would you turn your back on a friend who vouched for you?

### Slashing

Slashing provides a mechanism by which unethical behavior may be identified, socially validated, and punished via fines and reduced reputation. Slashing can induce penalties of one's total stake in Ethos. Details in [slash](https://whitepaper.ethos.network/ethos-mechanisms/slash "mention").

### Unvouch

You may withdraw your staked funds at any time by unvouching.

You cannot modify the amount staked in a vouch without withdrawing the entire vouch.

When unvouching, you're given the option to mark the unvouch as "healthy" or "unhealthy" to signal to the network if the vouch ended on poor terms.

### **Philosophy**

A long standing mutually beneficial relationship is the single best indicator of trust.

People make mistakes. Penalties should be proportional; not everything is a “completely ruin your reputation” event.

However, explicit deceit and defection *for the purposes of financial gain* should have the potential to prompt strong financial disincentives.

In the case where unethical behavior is sufficient to completely destroy one's reputation, all stakers will withdraw their funds and credibility will drop. This is the social equivalent of bankruptcy. Because Ethos is pseudonymous, it is always possible to start a new profile from scratch.


---

# 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://whitepaper.ethos.network/ethos-mechanisms/vouch.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.
