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

Tables with environments #128

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions docs/environments/05-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,26 @@ sidebar_position: 5
description: Production Environment
---

# Production environment
# Production

The Nevermined Point of Sales App is deployed on https://nevermined.app/. The main difference between the production and testing environments is that in the production environment users can publish and receive payments with real money.

There are 2 types of production environments:
- With a [Nevermined App](https://nevermined.app) instance. This environment is where users can publish their Agents and AIs and receive payments and also Agents can interact with each other.
- Without Nevermined App. This environment is specially oriented to **Agent2Agent** communication and orchestration.

## Network Fee
## Nevermined Production Deployments

Environment ID | Nevermined App | Marketplace API (Metadata) | Node
----------------|----------------|----------------------------|------------------
**appArbitrum** | https://nevermined.app | https://marketplace-api.arbitrum.nevermined.app | https://node.arbitrum.nevermined.app
**appMatic** | - | https://marketplace-api.matic.nevermined.app | https://node.matic.nevermined.app
**appGnosis** | - | https://marketplace-api.gnosis.nevermined.app | https://node.gnosis.nevermined.app
**appOptimism** | - | https://marketplace-api.optimism.nevermined.app | https://node.optimism.nevermined.app
**appBase** | - | https://marketplace-api.base.nevermined.app | https://node.base.nevermined.app
**appCelo** | - | https://marketplace-api.celo.nevermined.app | https://node.celo.nevermined.app

## Network Fees

Nevermined is free to use for builders. Anyone can publish AI services and data for free. Nevermined collects a `1%` fee when there is payment involved. So when a subscriber pay for a subscription, Nevermined collects a `1%` fee of that. If the payment is done via a credit card (with Stripe), Stripe will also collect a fee.

Expand Down
10 changes: 8 additions & 2 deletions docs/environments/07-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ sidebar_position: 7
description: Point of Sales Testing Environment
---

# Testing environment
# Testing

The Point of Sales testing environment is free to use and where users can interact with the application without using real money. The existing testing environment (Environment id: `appTesting`) is available at [https://testing.nevermined.app/](https://testing.nevermined.app/).

## Nevermined Testing Deployments

Environment ID | Nevermined App | Marketplace API (Metadata) | Node
----------------|----------------|----------------------------|------------------
**appTesting** | https://testing.nevermined.app | https://marketplace-api.testing.nevermined.app | https://node.testing.nevermined.app

## Network Fee

As in the production envorinment, the testing environment charges a 1% fee for the payment of subscriptions when they are not free.
Expand All @@ -15,6 +21,6 @@ In the testing environment assets can be purchased (not real money involved) usi

:::info

If you want to pay using fiat, use the following credit card number: `4242 4242 4242 4242` with any expiration date and CVC.
If you want to pay using fiat, use the following credit card number: `4242 4242 4242 4242` with any expiration date and CVC. More information [here](https://docs.stripe.com/testing#testing-interactively).

:::
Loading