Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Camino Messenger Account and Partner configuration to glossary #317

Merged
merged 14 commits into from
Dec 17, 2024
10 changes: 10 additions & 0 deletions docs/faq/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ words, all closely meaning the same thing, and causing confusion.
| ------- | --------------------------------------------------------------------------- |
| ASB | [Application Service Bot](#application-service-bot) |
| CM | [Camino Messenger](#camino-messenger) |
| CMA | [Camino Messenger Account](#camino-messenger-account) |
| CMP | [Camino Messenger Protocol](#camino-messenger-protocol) |
| CMB | [Camino Messenger Bot](#camino-messenger-bot) |
| DAC | [Decentralized Autonomous Consortium](#decentralized-autonomous-consortium) |
Expand Down Expand Up @@ -80,6 +81,11 @@ so-called [partner plugins](#partner-plugin).
The backbone of the Camino Messenger infrastructure. Essentially, it's a server
relaying messages between bots. Currently, Matrix messenger server is used.

## Camino Messenger Account

The Camino Messenger Account is a smart contract (actually an ensemble of smart contracts), acting as the financial backbone of the [Partner Configuration](#partner-configuration), holding the funds designated for trading on behalf of the Partner on the Camino Messenger, and paying / receiving payment amounts for bookings.
It also stores all configuration settings such as the services offered and wanted (and their versions), the applicable service fees and the accepted currencies. It also maintains a list of the wallets of the off-chain bots with which the Partner's systems interact with the Messenger.

SamJaarsma marked this conversation as resolved.
Show resolved Hide resolved
## Camino Messenger Protocol
SamJaarsma marked this conversation as resolved.
Show resolved Hide resolved

Camino Messenger Protocol (CMP) was developed as the communication protocol for
Expand Down Expand Up @@ -435,6 +441,10 @@ Online Travel Agency. OTAs are online platforms or websites that allow consumers
research plan and book various travel-related services and products often offering a
VjeraTurk marked this conversation as resolved.
Show resolved Hide resolved
wide range of options and choices from different suppliers.
VjeraTurk marked this conversation as resolved.
Show resolved Hide resolved

## Partner Configuration

The Partner Configuration allows Partners to make themselves known to the Camino Network as service providers, or as looking for services from other Partners in the Network. Upon matching between services wanted and offered by two parties, such services will be then traded on Camino Messenger.
More details can be found in our functional documentation: [Camino Partner Configuration](https://docs.camino.network/partners/partner-config "Camino Partner Configuration")
## Partner plugin

The Partner Plugin serves as a bridge enabling the Camino Messenger Bot to integrate
SamJaarsma marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading