Reporte HiveCubaP2P_Bot Semana 2 [ES-EN]

in Hive Cubalast month

Ya culmina la segunda semana de operaciones de HiveCubaP2P_Bot , Bot para intercambio P2P entre HIVE/HBD y distintas formas de pago. Resulta significativo un aumento del 13% en el volumen negociado.

The second week of operations of HiveCubaP2P_Bot has already ended a bot for P2P exchange between HIVE/HBD and different payment methods. A 13% increase in the traded volume is significant.



Imagen editada en
Image edited in
Canvas


Versión en Español

Hemos estado monitoreando el funcionamiento del Bot, en efecto ya tuvimos la primera disputa pero sin que esta represente un problema, un usuario luego de tomar una orden no quiso continuar con el proceso. En efecto modificamos las reglas para que el usuario que envía HIVE/HBD puede cancelar la orden si aún no ha enviado los activos a la cuenta custodia.

Durante los anteriores días el Bot estuvo disponible con acceso libre, sin necesidad de delegar o abonar alguna comisión por su uso. Esperábamos un aumento del número de usuarios, pero este ha sido muy discreto. Por otra parte ha crecido en un 13% el volumen de comercio, lo cual demuestra la confianza de los usuarios activos en el intercambio.

Veamos los datos en detalles:

Si comparan con el anterior reporte es fácil verificar el aumento en el par MLC/HBD y que no se ha negociado el par SAT/HBD. Esto es muestra del aumento de la demanda de HBD por todo su atractivo como medio de pago y de resguardo, muestra de esto es que la tasa de cambio CUP/HBD tuvo un aumento significativo de 320 a 340, muestra de la creciente inflación en Cuba.

Cambios a Introducir a partir del 8 de Abril

Nuestro Bot es un servicio que tiene costos reales, tanto por la infraestructura que utiliza como en tiempo por quiénes lo atendemos. Desde los inicios fue diseñado para que no tuviera costo alguno en comisiones para los usuarios que deleguen al menos 50 HP al usuario de la comunidad @hivecuba, esta idea la mantendremos aunque puede que el valor delegado sufra cambios, pero no de inmediato.

Aquellos usuarios que decidan usar el Bot y no han realizado la delegación deberán abonar una comisión del 0,3% más una tasa fija de 0,05 para HBD o 0,17 HIVE, les mostramos el segmento de código por si le interesa conocer en detalle cómo se calcula el fee, tenga en cuenta que veryfyHiveUser devuelve 1 si el usuario ha delegado al menos 50 HP a @hivecuba:

fhbd=0.05
fhive=0.17
async def getFee(userx:str,token:str,amoun:float)->float:
    user_id,user_hiveuser=await dmr.getUserchatid(userx)
    fee:float=0.0
    if veryfyHiveUser(user_hiveuser)!=1:
        if token.upper()=='HBD':
            fee=3e-3*amoun + fhbd
        if token.upper()=='HIVE':              
            fee=3e-3*amoun + fhive
    return fee

Cuando no se ha delegado el usuario que envía debe incluir el fee en el envío y se le mostrará en el momento de realizar el depósito la cantidad exacta que debe enviar. Este es un aspecto importante pues si no se envía el monto exacto con el memo solicitado la transacción no se confirma y será necesario realizar una disputa para recuperar los fondos. Se está trabajando en automatizar el proceso de devolución de transferencias inválidas, tenga en cuenta que cada operación en la red gasta RC y no lo hemos activado para evitar abusos.

El usuario que recibe y no ha delegado recibe el monto descontando el fee, lo cual lo puede afectar si el monto negociado es pequeño. Recomendamos que nunca se negocien valores inferiores a 1 HBD o su equivalente en HIVE.

Adicionalmente hemos establecido colaboración con otros sistemas de intercambio para prevenir las operaciones de usuarios problemáticos o mal intencionados. Tengan en cuenta que al ser un servicio con depósito en garantía tenemos una responsabilidad muy alta con nuestros usuarios y la transparencia en las operaciones. Haremos todo lo posible por mantener la buena salud de nuestro sistema de intercambio. Agradecemos toda la información que nos puedan proveer para protegernos mejor.

Esperamos muy pronto evolucionar e incluir una interfase más amigable como una Mini Aplicación de Telegram, pero por lo pronto nos enfocamos por garantizar el correcto funcionamiento de cada proceso en el desarrollo actual.


English version

We have been monitoring the operation of the Bot, in fact, we already had the first dispute but without this representing a problem, a user after taking an order did not want to continue with the process. We modified the rules so that the user who sends HIVE/HBD can cancel the order if he has not yet sent the assets to the escrow account.

During the previous days, the Bot was available with free access, without the need to delegate or pay any commission for its use. We expected an increase in the number of users, but this has been very discreet. On the other hand, the volume of trade has grown by 13%, which shows the confidence of active users in the exchange.

Let's look at the data in detail:

If you compare with the previous report it is easy to verify the increase in the MLC/HBD pair and that the SAT/HBD pair has not been traded. This is an example of the increase in demand for HBD due to its attractiveness as a means of payment and protection, an example of this is that the CUP/HBD exchange rate had a significant increase from 320 to 340, an example of the growing inflation in Cuba.

Changes to be introduced from April 8th

Our Bot is a service that has real costs, both for the infrastructure it uses and in time for who we serve it. From the beginning it was designed so that it had no cost in commissions for users who delegate at least 50 HP to the @hivecuba community user, we will keep this idea although the delegated value may undergo changes, but not immediately.

Those users who decide to use the Bot and have not made the delegation will have to pay a commission of 0.3% plus a fixed rate of 0.05 for HBD or 0.17 HIVE, we show the code segment in case you are interested in knowing in detail how the fee is calculated, keep in mind that veryfyHiveUser returns 1 if the user has delegated at least 50 HP to @hivecuba:

fhbd=0.05
fhive=0.17
async def getFee(userx:str,token:str,amoun:float)->float:
    user_id,user_hiveuser=await dmr.getUserchatid(userx)
    fee:float=0.0
    if veryfyHiveUser(user_hiveuser)!=1:
        if token.upper()=='HBD':
            fee=3e-3*amoun + fhbd
        if token.upper()=='HIVE':              
            fee=3e-3*amoun + fhive
    return fee

When it has not been delegated the sending user must include the fee in the shipment and will be shown at the time of making the deposit the exact amount to send. This is an important aspect because if the exact amount is not sent with the requested memo, the transaction is not confirmed and it will be necessary to make a dispute to recover the funds. We are working on automating the process of returning invalid transfers, please note that every operation on the network spends RC and we have not activated it to avoid abuses.

The user who receives and has not delegated receives the amount deducting the fee, which may affect it if the negotiated amount is small. We recommend that securities below 1 HBD or its equivalent are never traded on HIVE.

Additionally, we have established collaboration with other exchange systems to prevent the operations of problematic or malicious users. Keep in mind that being a service with escrow we have a very high responsibility to our users and transparency in operations. We will do our best to maintain the good health of our exchange system. We appreciate all the information you can provide to protect us better.

We hope to evolve very soon and include a more user-friendly interface such as a Telegram Mini Application, but for now, we are focusing on ensuring the correct functioning of each process in the current development.


Sort:  

El bot crece a paso firme 🙌
Lo que hace falta es más gente que venda 😂😂😂

Exactamente, he intentado comprar pero nadie toma la oferta ni me he topado con alguien vendiendo 🥲

Las operaciones de venta vuelan, no duran ni 5 minutos. Señal de la alta demanda. Por ahora solo hay 80 usuarios y Hive Cuba tiene 974 miembros en HIVE y 668 en Telegram. Queda mucho trabajo por hacer todavía.

Poco a poco, para dos semanas va super bien la cosa

Congratulations @ertytux! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

You published more than 70 posts.
Your next target is to reach 80 posts.
You received more than 4500 upvotes.
Your next target is to reach 4750 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Check out our last posts:

Feedback from the April Hive Power Up Day
Hive Power Up Month Challenge - March 2024 Winners List
Be ready for the May edition of the Hive Power Up Month!